Html Css Color HEX #030D78 Navy

📋 copy color: '#030D78'

red 3 ◦ green 13 ◦ blue 120

#030D78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #030D78

Tints of Navy #030D78

RGB

 RED value IS 3 (1.56% from 255) = 2.21%

 GREEN value IS 13 (5.47% from 255) = 9.56%

 BLUE value IS 120 (47.27% from 255) = 88.24%

R = 2.21%
G = 9.56%
B = 88.24%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#030D78 (or 0x030D78) is known color: Navy. HEX triplet: 03, 0D and 78. RGB value is (3,13,120). Sum of RGB (Red+Green+Blue) = 3+13+120=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #030D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D78 is #FCF287. Grayscale: #151515. Windows color (decimal): -16577160 or 7867651. OLE color: 7867651.

HSL color Cylindrical-coordinate representation of color #030D78: hue angle of 234.87º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D78 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 13 120 -
CMYK 0.98 0.89 0 0.53
HSL 234.87º 0.95% 0.24% -
HSV(B) 234.87º 0.98% 0.47% -
XYZ 3.57 1.66 17.9 -
YUV 22.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 3 13 120 0.98 0.89 0 0.53 234.87 0.95 0.24
Hex 3 D 78 62 59 0 35 EB 5F 18
Octal 3 15 170 142 131 0 65 353 137 30
Binary 11 1101 1111000 1100010 1011001 0 110101 11101011 1011111 11000

Color Harmonies of #030D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D78

Black with #030D78

Text Example


Text Example

White with #030D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030D78; }

 p { color: rgb(3,13,120); }

 H1.HeaderClassName
 {
   color: #030D78;
 }
 .AnyTagClassName
 {
   color: #030D78;
 }
</style>

background-color css

<style>
 a { background-color: #030D78; }

 a { background-color: rgb(3,13,120); }

 div.DivClassName
 {
   background-color: #030D78;
 }
 .BgClassName
 {
   background-color: #030D78;
 }
</style>

border-color css

<style>
 span { border-color: #030D78; }

 span { border-color: rgb(3,13,120); }

 td.TdClassName
 {
   border-color: #030D78;
 }
 .TagClassName
 {
   border-color: #030D78;
 }
</style>