Html Css Color HEX #080D7C Navy

📋 copy color: '#080D7C'

red 8 ◦ green 13 ◦ blue 124

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

Shades of Navy #080D7C

Tints of Navy #080D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.97%

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

R = 5.52%
G = 8.97%
B = 85.52%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#080D7C (or 0x080D7C) is known color: Navy. HEX triplet: 08, 0D and 7C. RGB value is (8,13,124). Sum of RGB (Red+Green+Blue) = 8+13+124=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #080D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D7C is #F7F283. Grayscale: #171717. Windows color (decimal): -16249476 or 8129800. OLE color: 8129800.

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

Color convert

RGB 8 13 124 -
CMYK 0.94 0.90 0 0.51
HSL 237.41º 0.88% 0.26% -
HSV(B) 237.41º 0.94% 0.49% -
XYZ 3.88 1.79 19.21 -
YUV 24.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 8 13 124 0.94 0.90 0 0.51 237.41 0.88 0.26
Hex 8 D 7C 5E 5A 0 33 ED 58 1A
Octal 10 15 174 136 132 0 63 355 130 32
Binary 1000 1101 1111100 1011110 1011010 0 110011 11101101 1011000 11010

Color Harmonies of #080D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D7C

Black with #080D7C

Text Example


Text Example

White with #080D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D7C; }

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

 H1.HeaderClassName
 {
   color: #080D7C;
 }
 .AnyTagClassName
 {
   color: #080D7C;
 }
</style>

background-color css

<style>
 a { background-color: #080D7C; }

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

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

border-color css

<style>
 span { border-color: #080D7C; }

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

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