Html Css Color HEX #08127A Navy

📋 copy color: '#08127A'

red 8 ◦ green 18 ◦ blue 122

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

Shades of Navy #08127A

Tints of Navy #08127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

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

R = 5.41%
G = 12.16%
B = 82.43%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08127A (or 0x08127A) is known color: Navy. HEX triplet: 08, 12 and 7A. RGB value is (8,18,122). Sum of RGB (Red+Green+Blue) = 8+18+122=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #08127A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08127A is #F7ED85. Grayscale: #1A1A1A. Windows color (decimal): -16248198 or 8000008. OLE color: 8000008.

HSL color Cylindrical-coordinate representation of color #08127A: hue angle of 234.74º 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 #08127A is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 18 122 -
CMYK 0.93 0.85 0 0.52
HSL 234.74º 0.88% 0.25% -
HSV(B) 234.74º 0.93% 0.48% -
XYZ 3.83 1.89 18.58 -
YUV 26.87 181.69 114.54 -
System Red Green Blue C M Y K H S L
Decimal 8 18 122 0.93 0.85 0 0.52 234.74 0.88 0.25
Hex 8 12 7A 5D 55 0 34 EB 58 19
Octal 10 22 172 135 125 0 64 353 130 31
Binary 1000 10010 1111010 1011101 1010101 0 110100 11101011 1011000 11001

Color Harmonies of #08127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08127A

Black with #08127A

Text Example


Text Example

White with #08127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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