Html Css Color HEX #08137C Navy

📋 copy color: '#08137C'

red 8 ◦ green 19 ◦ blue 124

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

Shades of Navy #08137C

Tints of Navy #08137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 124 (48.83% from 255) = 82.12%

R = 5.3%
G = 12.58%
B = 82.12%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08137C (or 0x08137C) is known color: Navy. HEX triplet: 08, 13 and 7C. RGB value is (8,19,124). Sum of RGB (Red+Green+Blue) = 8+19+124=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #08137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08137C is #F7EC83. Grayscale: #1B1B1B. Windows color (decimal): -16247940 or 8131336. OLE color: 8131336.

HSL color Cylindrical-coordinate representation of color #08137C: hue angle of 234.31º 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 #08137C is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 19 124 -
CMYK 0.94 0.85 0 0.51
HSL 234.31º 0.88% 0.26% -
HSV(B) 234.31º 0.94% 0.49% -
XYZ 3.97 1.97 19.24 -
YUV 27.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 8 19 124 0.94 0.85 0 0.51 234.31 0.88 0.26
Hex 8 13 7C 5E 55 0 33 EA 58 1A
Octal 10 23 174 136 125 0 63 352 130 32
Binary 1000 10011 1111100 1011110 1010101 0 110011 11101010 1011000 11010

Color Harmonies of #08137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08137C

Black with #08137C

Text Example


Text Example

White with #08137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08137C; }

 p { color: rgb(8,19,124); }

 H1.HeaderClassName
 {
   color: #08137C;
 }
 .AnyTagClassName
 {
   color: #08137C;
 }
</style>

background-color css

<style>
 a { background-color: #08137C; }

 a { background-color: rgb(8,19,124); }

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

border-color css

<style>
 span { border-color: #08137C; }

 span { border-color: rgb(8,19,124); }

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