#0A0270

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

Shades of Navy #0A0270

Tints of Navy #0A0270

Color information

#0A0270 (or 0x0A0270) is unknown color: approx Navy. HEX triplet: 0A, 02 and 70. RGB value is (10,2,112). Sum of RGB (Red+Green+Blue) = 10+2+112=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 112 (44.14% from 255 or 90.32% from 124); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A0270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0270 is #F5FD8F. Grayscale: #101010. Windows color (decimal): -16121232 or 7340554. OLE color: 7340554.

HSL color Cylindrical-coordinate representation of color #0A0270: hue angle of 244.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0270 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB102112-
CMYK0.910.9800.56
HSL244.36º96.49%22.35%-
HSV(B)244.36º98.21%43.92%-
XYZ3.071.2815.41-
YUV16.93181.65123.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 112 (44.14% from 255) = 90.32%
R=8.06%
G=1.61%
B=90.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021120.910.9800.56244.3696.4922.35
HexA2705B62038f46016
Octal12216013314207036414026
Binary101010111000010110111100010011100011110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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