#08127A

Color #08127A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #08127A

Tints of Navy #08127A

Color information

#08127A (or 0x08127A) is unknown color: approx 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

RGB818122-
CMYK0.930.8500.52
HSL234.74º87.69%25.49%-
HSV(B)234.74º93.44%47.84%-
XYZ3.831.8918.58-
YUV26.87181.69114.54-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8181220.930.8500.52234.7487.6925.49
Hex8127A5D55034eb5819
Octal102217213512506435313031
Binary100010010111101010111011010101011010011101011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>