#0A047B

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

Shades of Navy #0A047B

Tints of Navy #0A047B

Color information

#0A047B (or 0x0A047B) is unknown color: approx Navy. HEX triplet: 0A, 04 and 7B. RGB value is (10,4,123). Sum of RGB (Red+Green+Blue) = 10+4+123=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 123 (48.44% from 255 or 89.78% from 137); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A047B is #F5FB84. Grayscale: #121212. Windows color (decimal): -16120709 or 8061962. OLE color: 8061962.

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

Color convert

RGB104123-
CMYK0.920.9700.52
HSL243.03º93.7%24.9%-
HSV(B)243.03º96.75%48.24%-
XYZ3.741.5818.85-
YUV19.36186.49121.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 123 (48.44% from 255) = 89.78%
R=7.30%
G=2.92%
B=89.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041230.920.9700.52243.0393.724.9
HexA47B5C61034f35e19
Octal12417313414106436313631
Binary1010100111101110111001100001011010011110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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