Html Css Color HEX #03037E Navy

📋 copy color: '#03037E'

red 3 ◦ green 3 ◦ blue 126

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

Shades of Navy #03037E

Tints of Navy #03037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 126 (49.61% from 255) = 95.45%

R = 2.27%
G = 2.27%
B = 95.45%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03037E (or 0x03037E) is known color: Navy. HEX triplet: 03, 03 and 7E. RGB value is (3,3,126). Sum of RGB (Red+Green+Blue) = 3+3+126=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 126 (49.61% from 255 or 95.45% from 132); Max value from RGB is 126 - color contains mainly: blue. Hex color #03037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03037E is #FCFC81. Grayscale: #101010. Windows color (decimal): -16579714 or 8258307. OLE color: 8258307.

HSL color Cylindrical-coordinate representation of color #03037E: hue angle of 240º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03037E is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 3 126 -
CMYK 0.98 0.98 0 0.51
HSL 240º 0.95% 0.25% -
HSV(B) 240º 0.98% 0.49% -
XYZ 3.84 1.59 19.84 -
YUV 17.02 189.5 118 -
System Red Green Blue C M Y K H S L
Decimal 3 3 126 0.98 0.98 0 0.51 240 0.95 0.25
Hex 3 3 7E 62 62 0 33 F0 5F 19
Octal 3 3 176 142 142 0 63 360 137 31
Binary 11 11 1111110 1100010 1100010 0 110011 11110000 1011111 11001

Color Harmonies of #03037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03037E

Black with #03037E

Text Example


Text Example

White with #03037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03037E; }

 p { color: rgb(3,3,126); }

 H1.HeaderClassName
 {
   color: #03037E;
 }
 .AnyTagClassName
 {
   color: #03037E;
 }
</style>

background-color css

<style>
 a { background-color: #03037E; }

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

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

border-color css

<style>
 span { border-color: #03037E; }

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

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