#0A51BE

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

Shades of Denim #0A51BE

Tints of Denim #0A51BE

Color information

#0A51BE (or 0x0A51BE) is unknown color: approx Denim. HEX triplet: 0A, 51 and BE. RGB value is (10,81,190). Sum of RGB (Red+Green+Blue) = 10+81+190=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A51BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A51BE is #F5AE41. Grayscale: #474747. Windows color (decimal): -16100930 or 12472586. OLE color: 12472586.

HSL color Cylindrical-coordinate representation of color #0A51BE: hue angle of 216.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A51BE is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1081190-
CMYK0.950.5700.25
HSL216.33º90%39.22%-
HSV(B)216.33º94.74%74.51%-
XYZ12.369.6749.93-
YUV72.2194.4883.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.56%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=3.56%
G=28.83%
B=67.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10811900.950.5700.25216.339039.22
HexA51BE5F39019d85a27
Octal121212761377103133013247
Binary10101010001101111101011111111001011001110110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,81,190); }

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

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

 a { background-color: rgb(10,81,190); }

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

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

 span { border-color: rgb(10,81,190); }

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