#0A037C

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

Shades of Navy #0A037C

Tints of Navy #0A037C

Color information

#0A037C (or 0x0A037C) is unknown color: approx Navy. HEX triplet: 0A, 03 and 7C. RGB value is (10,3,124). Sum of RGB (Red+Green+Blue) = 10+3+124=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 124 (48.83% from 255 or 90.51% from 137); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A037C is #F5FC83. Grayscale: #121212. Windows color (decimal): -16120964 or 8127242. OLE color: 8127242.

HSL color Cylindrical-coordinate representation of color #0A037C: hue angle of 243.47º degrees, saturation: 0.95, 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 #0A037C is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103124-
CMYK0.920.9800.51
HSL243.47º95.28%24.9%-
HSV(B)243.47º97.58%48.63%-
XYZ3.81.5819.17-
YUV18.89187.32121.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 124 (48.83% from 255) = 90.51%
R=7.30%
G=2.19%
B=90.51%

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
Decimal1031240.920.9800.51243.4795.2824.9
HexA37C5C62033f35f19
Octal12317413414206336313731
Binary101011111110010111001100010011001111110011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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