Html Css Color HEX #03036E Navy

📋 copy color: '#03036E'

red 3 ◦ green 3 ◦ blue 110

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

Shades of Navy #03036E

Tints of Navy #03036E

RGB

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

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

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

R = 2.59%
G = 2.59%
B = 94.83%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03036E (or 0x03036E) is known color: Navy. HEX triplet: 03, 03 and 6E. RGB value is (3,3,110). Sum of RGB (Red+Green+Blue) = 3+3+110=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 110 (43.36% from 255 or 94.83% from 116); Max value from RGB is 110 - color contains mainly: blue. Hex color #03036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03036E is #FCFC91. Grayscale: #0E0E0E. Windows color (decimal): -16579730 or 7209731. OLE color: 7209731.

HSL color Cylindrical-coordinate representation of color #03036E: hue angle of 240º 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 #03036E is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 3 110 -
CMYK 0.97 0.97 0 0.57
HSL 240º 0.95% 0.22% -
HSV(B) 240º 0.97% 0.43% -
XYZ 2.88 1.21 14.83 -
YUV 15.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 3 3 110 0.97 0.97 0 0.57 240 0.95 0.22
Hex 3 3 6E 61 61 0 39 F0 5F 16
Octal 3 3 156 141 141 0 71 360 137 26
Binary 11 11 1101110 1100001 1100001 0 111001 11110000 1011111 10110

Color Harmonies of #03036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03036E

Black with #03036E

Text Example


Text Example

White with #03036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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