COLOR #030CA5

HEX: #030CA5 RGB: (3,12,165)

Color info

#030CA5 contains mainly blue color. Web safe color of #030CA5 is #000099 (or #009).

RGB color model

#030CA5 color RGB value is (3,12,165).

RGB: (3,12,165) (1%, 5%, 65%)

RGB channels and saturation

R 3 of 255 = 1%
G 12 of 255 = 5%
B 165 of 255 = 65%

3
12
165

R + G + B ~ 24%. #030CA5 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 12 + 165 = 180 (100%)
R 3 of 180 ~ 1.67%
G 12 of 180 ~ 6.67%
B 165 of 180 ~ 91.67'%

%91.67

CMYK color model

#030CA5 color CMYK value is (98,93,0,35).

  • cyan value is 98.18%
  • magenta value is 92.73%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (98,93,0,35)
C98M93Y0K35 (98%, 93%, 0%, 35%)
(0.98 / 0.93 / 0.00 / 0.35)

CMYK percentages

%98.18
%92.73
%0
%35.29

Codes

Color #030CA5 in popluar color models

03 0C A5
RGB 3 12 165
HSL 237° 96.43% 32.94%
HSB/HSV 237° 98.18% 64.71%
CMYK 98.18% 92.73% 0.00%
35.29%

Color #030CA5 in popluar number systems.

HEX 03 0C A5
Decimal 3 12 165
Binary 11 1100 10100101
Octal 3 14 245

Shades and tints

Shades of #030CA5

#030CA5
(3,12,165)
#030B96
(3,11,150)
#030A87
(3,10,135)
#030978
(3,9,120)
#030869
(3,8,105)
#03075A
(3,7,90)
#03064B
(3,6,75)
#03053C
(3,5,60)
#03042D
(3,4,45)
#03031E
(3,3,30)
#03020F
(3,2,15)
#000000
(0,0,0)

Tints of #030CA5

#030CA5
(3,12,165)
#1922AD
(25,34,173)
#2F38B5
(47,56,181)
#454EBD
(69,78,189)
#5B64C5
(91,100,197)
#717ACD
(113,122,205)
#8790D5
(135,144,213)
#9DA6DD
(157,166,221)
#B3BCE5
(179,188,229)
#C9D2ED
(201,210,237)
#DFE8F5
(223,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030CA5; }

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

This text font color is #030CA5.

Background Color

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

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

This div background color is #030CA5.

Border color

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

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

This div border color is #030CA5.

Opacity

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

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

Text with #030CA5 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 #030CA5;}

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

This text has shadow with #030CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030CA5.

Preview

Color preview on black background

This text has color #030CA5 on black background.


Color preview on white background

This text has color #030CA5 on white background.


Black color preview on #030CA5 background

This text has black color on #030CA5 background.


White color preview on #030CA5 background

This text has white color on #030CA5 background.


Related colors

Complementary color

Complementary color for #hex is #FCF35A.


I love getcolorcode.com

Triadic colors

1 #A5030C and #0CA503 with #030CA5 are triadic colors.

2 #A50C03 and #0C03A5 with #030CA5 are triadic colors.