#0A5BC8

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

Shades of Denim #0A5BC8

Tints of Denim #0A5BC8

Color information

#0A5BC8 (or 0x0A5BC8) is unknown color: approx Denim. HEX triplet: 0A, 5B and C8. RGB value is (10,91,200). Sum of RGB (Red+Green+Blue) = 10+91+200=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A5BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5BC8 is #F5A437. Grayscale: #4E4E4E. Windows color (decimal): -16098360 or 13130506. OLE color: 13130506.

HSL color Cylindrical-coordinate representation of color #0A5BC8: hue angle of 214.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5BC8 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1091200-
CMYK0.950.5400.22
HSL214.42º90.48%41.18%-
HSV(B)214.42º95%78.43%-
XYZ14.2911.7256.15-
YUV79.21196.1678.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 200 (78.52% from 255) = 66.45%
R=3.32%
G=30.23%
B=66.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10912000.950.5400.22214.4290.4841.18
HexA5BC85F36016d65a29
Octal121333101376602632613251
Binary10101011011110010001011111110110010110110101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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