#0A027B

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

Shades of Navy #0A027B

Tints of Navy #0A027B

Color information

#0A027B (or 0x0A027B) is unknown color: approx Navy. HEX triplet: 0A, 02 and 7B. RGB value is (10,2,123). Sum of RGB (Red+Green+Blue) = 10+2+123=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 123 (48.44% from 255 or 91.11% from 135); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A027B is #F5FD84. Grayscale: #111111. Windows color (decimal): -16121221 or 8061450. OLE color: 8061450.

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

Color convert

RGB102123-
CMYK0.920.9800.52
HSL243.97º96.8%24.51%-
HSV(B)243.97º98.37%48.24%-
XYZ3.721.5418.84-
YUV18.19187.15122.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 123 (48.44% from 255) = 91.11%
R=7.41%
G=1.48%
B=91.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021230.920.9800.52243.9796.824.51
HexA27B5C62034f46119
Octal12217313414206436414131
Binary101010111101110111001100010011010011110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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