COLOR #030C58

HEX: #030C58
RGB: (3,12,88)

Color info

#030C58 contains mainly blue color. Web safe color of #030C58 is #000066 (or #006).

RGB color model

#030C58 color RGB value is (3,12,88).

  • red value is 3;
  • green value is 12;
  • blue value is 88.
RGB:
(3,12,88)
(1%,5%,35%)

RGB channels and saturation

R 3 of 255 = 1%
G 12 of 255 = 5%
B 88 of 255 = 35%

3
12
88

R + G + B ~ 14%. #030C58 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 12 + 88 = 103 (100%)
R 3 of 103 ~ 2.91%
G 12 of 103 ~ 11.65%
B 88 of 103 ~ 85.44%

%11.65
%85.44

CMYK color model

#030C58 color CMYK value is (97,86,0,65).

  • cyan value is 96.59%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(97,86,0,65)
C97M86Y0K65 
(97%,86%,0%,65%)
(0.97/0.86/0.00/0.65)	

CMYK percentages

%96.59
%86.36
%0
%65.49

Codes

Color #030C58 in popluar color models

030C58
RGB31288
HSL234°93.41%17.84%
HSB/HSV234°96.59%34.51%
CMYK96.59%86.36%0.00%
65.49%

Color #030C58 in popluar number systems.

HEX030C58
Decimal31288
Binary1111001011000
Octal314130

Shades and tints

Shades of #030C58

#030C58
(3,12,88)
#030B50
(3,11,80)
#030A48
(3,10,72)
#030940
(3,9,64)
#030838
(3,8,56)
#030730
(3,7,48)
#030628
(3,6,40)
#030520
(3,5,32)
#030418
(3,4,24)
#030310
(3,3,16)
#030208
(3,2,8)
#000000
(0,0,0)

Tints of #030C58

#030C58
(3,12,88)
#192267
(25,34,103)
#2F3876
(47,56,118)
#454E85
(69,78,133)
#5B6494
(91,100,148)
#717AA3
(113,122,163)
#8790B2
(135,144,178)
#9DA6C1
(157,166,193)
#B3BCD0
(179,188,208)
#C9D2DF
(201,210,223)
#DFE8EE
(223,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030C58 color. Also use rgb(3,12,88) instead hex code.

Text Font Color

.myTextColor { color: #030C58; }

<p style="color:#030C58">This sample text font color is #030C58.</p>

This text font color is #030C58.


Background Color

.myBgColor { background-color: #030C58; }

<div style="background-color:#030C58">Inner text</div>

This div background color is #030C58.


Border color

.myBorderColor { border: 1px solid #030C58; }

<div style="border:3px solid #030C58">Div</div>

This div border color is #030C58.


Opacity

.myOpacity80 { color: #030C58; opacity: 0.8; }

<p style="color:#030C58;opacity:0.8;">80%</p>

Text with #030C58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #030C58;}

<p style="text-shadow: 3px 3px 1px #030C58">Text here.</p>

This text has shadow with #030C58 color.

.textShadow {text-shadow: 3px 3px 1px #030C58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #030C58, 5px 5px 20px red">Text here.</p>

This text has shadow with #030C58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#030C58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#030C58, Direction=45, Strength=4)">Text</p>

This text has shadow with #030C58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #030C58;
  -webkit-box-shadow:	1px 1px 3px 2px #030C58;
  box-shadow:		1px 1px 3px 2px #030C58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #030C58;
-webkit-box-shadow: 1px 1px 3px 2px #030C58;
box-shadow:1px 1px 3px 2px #030C58;">
Div content here</div>
This div box has shadow with color #030C58.

Preview

Color preview on black background

This text has color #030C58 on black background.


Color preview on white background

This text has color #030C58 on white background.



Black color preview on #030C58 background

This text has black color on #030C58 background.


White color preview on #030C58 background

This text has white color on #030C58 background.