#0A077C

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

Shades of Navy #0A077C

Tints of Navy #0A077C

Color information

#0A077C (or 0x0A077C) is unknown color: approx Navy. HEX triplet: 0A, 07 and 7C. RGB value is (10,7,124). Sum of RGB (Red+Green+Blue) = 10+7+124=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A077C is #F5F883. Grayscale: #141414. Windows color (decimal): -16119940 or 8128266. OLE color: 8128266.

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

Color convert

RGB107124-
CMYK0.920.9400.51
HSL241.54º89.31%25.69%-
HSV(B)241.54º94.35%48.63%-
XYZ3.841.6719.19-
YUV21.24185.99119.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 124 (48.83% from 255) = 87.94%
R=7.09%
G=4.96%
B=87.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1071240.920.9400.51241.5489.3125.69
HexA77C5C5E033f2591a
Octal12717413413606336213132
Binary1010111111110010111001011110011001111110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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