Html Css Color HEX #08027A Navy

📋 copy color: '#08027A'

red 8 ◦ green 2 ◦ blue 122

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

Shades of Navy #08027A

Tints of Navy #08027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

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

R = 6.06%
G = 1.52%
B = 92.42%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08027A (or 0x08027A) is known color: Navy. HEX triplet: 08, 02 and 7A. RGB value is (8,2,122). Sum of RGB (Red+Green+Blue) = 8+2+122=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 122 (48.05% from 255 or 92.42% from 132); Max value from RGB is 122 - color contains mainly: blue. Hex color #08027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08027A is #F7FD85. Grayscale: #111111. Windows color (decimal): -16252294 or 7995912. OLE color: 7995912.

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

Color convert

RGB 8 2 122 -
CMYK 0.93 0.98 0 0.52
HSL 243º 0.97% 0.24% -
HSV(B) 243º 0.98% 0.48% -
XYZ 3.63 1.5 18.51 -
YUV 17.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 8 2 122 0.93 0.98 0 0.52 243 0.97 0.24
Hex 8 2 7A 5D 62 0 34 F3 61 18
Octal 10 2 172 135 142 0 64 363 141 30
Binary 1000 10 1111010 1011101 1100010 0 110100 11110011 1100001 11000

Color Harmonies of #08027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08027A

Black with #08027A

Text Example


Text Example

White with #08027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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