#0a5bb5

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

Shades of Denim #0A5BB5

Tints of Denim #0A5BB5

Color information

#0A5BB5 (or 0x0A5BB5) is unknown color: approx Denim. HEX triplet: 0A, 5B and B5. RGB value is (10,91,181). Sum of RGB (Red+Green+Blue) = 10+91+181=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #0A5BB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BB5 is #F5A44A. Grayscale: #4C4C4C. Windows color (decimal): -16098379 or 11885322. OLE color: 11885322.

HSL color Cylindrical-coordinate representation of color #0A5BB5: hue angle of 211.58º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5BB5 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1091181-
CMYK0.940.5000.29
HSL211.58º89.53%37.45%-
HSV(B)211.58º94.48%70.98%-
XYZ12.2110.8845.17-
YUV77.04186.6680.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 181 (71.09% from 255) = 64.18%
R=3.55%
G=32.27%
B=64.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10911810.940.5000.29211.5889.5337.45
HexA5BB55E3201Dd45a25
Octal121332651366203532413245
Binary10101011011101101011011110110010011101110101001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a5bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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