Html Css Color HEX #08087A Navy

📋 copy color: '#08087A'

red 8 ◦ green 8 ◦ blue 122

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

Shades of Navy #08087A

Tints of Navy #08087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 122 (48.05% from 255) = 88.41%

R = 5.8%
G = 5.8%
B = 88.41%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08087A (or 0x08087A) is known color: Navy. HEX triplet: 08, 08 and 7A. RGB value is (8,8,122). Sum of RGB (Red+Green+Blue) = 8+8+122=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #08087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08087A is #F7F785. Grayscale: #141414. Windows color (decimal): -16250758 or 7997448. OLE color: 7997448.

HSL color Cylindrical-coordinate representation of color #08087A: hue angle of 240º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08087A is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 8 122 -
CMYK 0.93 0.93 0 0.52
HSL 240º 0.88% 0.25% -
HSV(B) 240º 0.93% 0.48% -
XYZ 3.7 1.63 18.53 -
YUV 21 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 8 8 122 0.93 0.93 0 0.52 240 0.88 0.25
Hex 8 8 7A 5D 5D 0 34 F0 58 19
Octal 10 10 172 135 135 0 64 360 130 31
Binary 1000 1000 1111010 1011101 1011101 0 110100 11110000 1011000 11001

Color Harmonies of #08087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08087A

Black with #08087A

Text Example


Text Example

White with #08087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08087A; }

 p { color: rgb(8,8,122); }

 H1.HeaderClassName
 {
   color: #08087A;
 }
 .AnyTagClassName
 {
   color: #08087A;
 }
</style>

background-color css

<style>
 a { background-color: #08087A; }

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

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

border-color css

<style>
 span { border-color: #08087A; }

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

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