Html Css Color HEX #08117D Navy

📋 copy color: '#08117D'

red 8 ◦ green 17 ◦ blue 125

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

Shades of Navy #08117D

Tints of Navy #08117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 125 (49.22% from 255) = 83.33%

R = 5.33%
G = 11.33%
B = 83.33%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08117D (or 0x08117D) is known color: Navy. HEX triplet: 08, 11 and 7D. RGB value is (8,17,125). Sum of RGB (Red+Green+Blue) = 8+17+125=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #08117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08117D is #F7EE82. Grayscale: #1A1A1A. Windows color (decimal): -16248451 or 8196360. OLE color: 8196360.

HSL color Cylindrical-coordinate representation of color #08117D: hue angle of 235.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08117D is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 17 125 -
CMYK 0.94 0.86 0 0.51
HSL 235.38º 0.88% 0.26% -
HSV(B) 235.38º 0.94% 0.49% -
XYZ 4 1.93 19.56 -
YUV 26.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 8 17 125 0.94 0.86 0 0.51 235.38 0.88 0.26
Hex 8 11 7D 5E 56 0 33 EB 58 1A
Octal 10 21 175 136 126 0 63 353 130 32
Binary 1000 10001 1111101 1011110 1010110 0 110011 11101011 1011000 11010

Color Harmonies of #08117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08117D

Black with #08117D

Text Example


Text Example

White with #08117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08117D; }

 p { color: rgb(8,17,125); }

 H1.HeaderClassName
 {
   color: #08117D;
 }
 .AnyTagClassName
 {
   color: #08117D;
 }
</style>

background-color css

<style>
 a { background-color: #08117D; }

 a { background-color: rgb(8,17,125); }

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

border-color css

<style>
 span { border-color: #08117D; }

 span { border-color: rgb(8,17,125); }

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