#0A56E6

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

Shades of Navy Blue #0A56E6

Tints of Navy Blue #0A56E6

Color information

#0A56E6 (or 0x0A56E6) is unknown color: approx Navy Blue. HEX triplet: 0A, 56 and E6. RGB value is (10,86,230). Sum of RGB (Red+Green+Blue) = 10+86+230=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #0A56E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A56E6 is #F5A919. Grayscale: #4F4F4F. Windows color (decimal): -16099610 or 15095306. OLE color: 15095306.

HSL color Cylindrical-coordinate representation of color #0A56E6: hue angle of 219.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A56E6 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1086230-
CMYK0.960.6300.10
HSL219.27º91.67%47.06%-
HSV(B)219.27º95.65%90.2%-
XYZ17.7412.4376.33-
YUV79.69212.8278.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.07%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 230 (90.23% from 255) = 70.55%
R=3.07%
G=26.38%
B=70.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10862300.960.6300.10219.2791.6747.06
HexA56E6603F0Adb5c2f
Octal121263461407701233313457
Binary1010101011011100110110000011111101010110110111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A56E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,230); }

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

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

 a { background-color: rgb(10,86,230); }

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

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

 span { border-color: rgb(10,86,230); }

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