#0A5BD0

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

Shades of Navy Blue #0A5BD0

Tints of Navy Blue #0A5BD0

Color information

#0A5BD0 (or 0x0A5BD0) is unknown color: approx Navy Blue. HEX triplet: 0A, 5B and D0. RGB value is (10,91,208). Sum of RGB (Red+Green+Blue) = 10+91+208=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A5BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BD0 is #F5A42F. Grayscale: #4F4F4F. Windows color (decimal): -16098352 or 13654794. OLE color: 13654794.

HSL color Cylindrical-coordinate representation of color #0A5BD0: hue angle of 215.45º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5BD0 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1091208-
CMYK0.950.5600.18
HSL215.45º90.83%42.75%-
HSV(B)215.45º95.19%81.57%-
XYZ15.2512.161.21-
YUV80.12200.1677.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.24%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 208 (81.64% from 255) = 67.31%
R=3.24%
G=29.45%
B=67.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10912080.950.5600.18215.4590.8342.75
HexA5BD05F38012d75b2b
Octal121333201377002232713353
Binary10101011011110100001011111111000010010110101111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,208); }

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

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

 a { background-color: rgb(10,91,208); }

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

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

 span { border-color: rgb(10,91,208); }

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