Html Css Color HEX #080B7C Navy

📋 copy color: '#080B7C'

red 8 ◦ green 11 ◦ blue 124

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

Shades of Navy #080B7C

Tints of Navy #080B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

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

R = 5.59%
G = 7.69%
B = 86.71%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#080B7C (or 0x080B7C) is known color: Navy. HEX triplet: 08, 0B and 7C. RGB value is (8,11,124). Sum of RGB (Red+Green+Blue) = 8+11+124=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #080B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B7C is #F7F483. Grayscale: #161616. Windows color (decimal): -16249988 or 8129288. OLE color: 8129288.

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

Color convert

RGB 8 11 124 -
CMYK 0.94 0.91 0 0.51
HSL 238.45º 0.88% 0.26% -
HSV(B) 238.45º 0.94% 0.49% -
XYZ 3.86 1.75 19.2 -
YUV 22.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 8 11 124 0.94 0.91 0 0.51 238.45 0.88 0.26
Hex 8 B 7C 5E 5B 0 33 EE 58 1A
Octal 10 13 174 136 133 0 63 356 130 32
Binary 1000 1011 1111100 1011110 1011011 0 110011 11101110 1011000 11010

Color Harmonies of #080B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B7C

Black with #080B7C

Text Example


Text Example

White with #080B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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