Html Css Color HEX #080D7F Navy

📋 copy color: '#080D7F'

red 8 ◦ green 13 ◦ blue 127

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

Shades of Navy #080D7F

Tints of Navy #080D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 85.81%

R = 5.41%
G = 8.78%
B = 85.81%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#080D7F (or 0x080D7F) is known color: Navy. HEX triplet: 08, 0D and 7F. RGB value is (8,13,127). Sum of RGB (Red+Green+Blue) = 8+13+127=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 127 (50% from 255 or 85.81% from 148); Max value from RGB is 127 - color contains mainly: blue. Hex color #080D7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D7F is #F7F280. Grayscale: #181818. Windows color (decimal): -16249473 or 8326408. OLE color: 8326408.

HSL color Cylindrical-coordinate representation of color #080D7F: hue angle of 237.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080D7F is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 13 127 -
CMYK 0.94 0.90 0 0.50
HSL 237.48º 0.88% 0.26% -
HSV(B) 237.48º 0.94% 0.5% -
XYZ 4.07 1.87 20.23 -
YUV 24.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 8 13 127 0.94 0.90 0 0.50 237.48 0.88 0.26
Hex 8 D 7F 5E 5A 0 32 ED 58 1A
Octal 10 15 177 136 132 0 62 355 130 32
Binary 1000 1101 1111111 1011110 1011010 0 110010 11101101 1011000 11010

Color Harmonies of #080D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D7F

Black with #080D7F

Text Example


Text Example

White with #080D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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