Html Css Color HEX #03046E Navy

📋 copy color: '#03046E'

red 3 ◦ green 4 ◦ blue 110

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

Shades of Navy #03046E

Tints of Navy #03046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 110 (43.36% from 255) = 94.02%

R = 2.56%
G = 3.42%
B = 94.02%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03046E (or 0x03046E) is known color: Navy. HEX triplet: 03, 04 and 6E. RGB value is (3,4,110). Sum of RGB (Red+Green+Blue) = 3+4+110=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 110 (43.36% from 255 or 94.02% from 117); Max value from RGB is 110 - color contains mainly: blue. Hex color #03046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03046E is #FCFB91. Grayscale: #0F0F0F. Windows color (decimal): -16579474 or 7209987. OLE color: 7209987.

HSL color Cylindrical-coordinate representation of color #03046E: hue angle of 239.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03046E is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 4 110 -
CMYK 0.97 0.96 0 0.57
HSL 239.44º 0.95% 0.22% -
HSV(B) 239.44º 0.97% 0.43% -
XYZ 2.9 1.23 14.84 -
YUV 15.79 181.17 118.88 -
System Red Green Blue C M Y K H S L
Decimal 3 4 110 0.97 0.96 0 0.57 239.44 0.95 0.22
Hex 3 4 6E 61 60 0 39 EF 5F 16
Octal 3 4 156 141 140 0 71 357 137 26
Binary 11 100 1101110 1100001 1100000 0 111001 11101111 1011111 10110

Color Harmonies of #03046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03046E

Black with #03046E

Text Example


Text Example

White with #03046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,4,110); }

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

background-color css

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

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

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

border-color css

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

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

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