Html Css Color HEX #08036E Navy

📋 copy color: '#08036E'

red 8 ◦ green 3 ◦ blue 110

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

Shades of Navy #08036E

Tints of Navy #08036E

RGB

 RED value IS 8 (3.52% from 255) = 6.61%

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

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

R = 6.61%
G = 2.48%
B = 90.91%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08036E (or 0x08036E) is known color: Navy. HEX triplet: 08, 03 and 6E. RGB value is (8,3,110). Sum of RGB (Red+Green+Blue) = 8+3+110=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #08036E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08036E is #F7FC91. Grayscale: #101010. Windows color (decimal): -16252050 or 7209736. OLE color: 7209736.

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

Color convert

RGB 8 3 110 -
CMYK 0.93 0.97 0 0.57
HSL 242.8º 0.95% 0.22% -
HSV(B) 242.8º 0.97% 0.43% -
XYZ 2.95 1.24 14.84 -
YUV 16.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 8 3 110 0.93 0.97 0 0.57 242.8 0.95 0.22
Hex 8 3 6E 5D 61 0 39 F3 5F 16
Octal 10 3 156 135 141 0 71 363 137 26
Binary 1000 11 1101110 1011101 1100001 0 111001 11110011 1011111 10110

Color Harmonies of #08036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08036E

Black with #08036E

Text Example


Text Example

White with #08036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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