#0A027C

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

Shades of Navy #0A027C

Tints of Navy #0A027C

Color information

#0A027C (or 0x0A027C) is unknown color: approx Navy. HEX triplet: 0A, 02 and 7C. RGB value is (10,2,124). Sum of RGB (Red+Green+Blue) = 10+2+124=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 124 (48.83% from 255 or 91.18% from 136); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A027C is #F5FD83. Grayscale: #111111. Windows color (decimal): -16121220 or 8126986. OLE color: 8126986.

HSL color Cylindrical-coordinate representation of color #0A027C: hue angle of 243.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A027C is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102124-
CMYK0.920.9800.51
HSL243.93º96.83%24.71%-
HSV(B)243.93º98.39%48.63%-
XYZ3.781.5619.17-
YUV18.3187.65122.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 124 (48.83% from 255) = 91.18%
R=7.35%
G=1.47%
B=91.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021240.920.9800.51243.9396.8324.71
HexA27C5C62033f46119
Octal12217413414206336414131
Binary101010111110010111001100010011001111110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A027C; }

 p { color: rgb(10,2,124); }

 H1.HeaderClassName
 {
   color: #0A027C;
 }
 .AnyTagClassName
 {
   color: #0A027C;
 }
</style>
background-color css

<style>
 a { background-color: #0A027C; }

 a { background-color: rgb(10,2,124); }

 div.DivClassName
 {
   background-color: #0A027C;
 }
 .BgClassName
 {
   background-color: #0A027C;
 }
</style>
border-color css

<style>
 span { border-color: #0A027C; }

 span { border-color: rgb(10,2,124); }

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