#0A52BE

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

Shades of Denim #0A52BE

Tints of Denim #0A52BE

Color information

#0A52BE (or 0x0A52BE) is unknown color: approx Denim. HEX triplet: 0A, 52 and BE. RGB value is (10,82,190). Sum of RGB (Red+Green+Blue) = 10+82+190=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A52BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A52BE is #F5AD41. Grayscale: #484848. Windows color (decimal): -16100674 or 12472842. OLE color: 12472842.

HSL color Cylindrical-coordinate representation of color #0A52BE: hue angle of 216º 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 #0A52BE is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1082190-
CMYK0.950.5700.25
HSL216º90%39.22%-
HSV(B)216º94.74%74.51%-
XYZ12.449.8249.95-
YUV72.78194.1583.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=3.55%
G=29.08%
B=67.38%

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
Decimal10821900.950.5700.252169039.22
HexA52BE5F39019d85a27
Octal121222761377103133013247
Binary10101010010101111101011111111001011001110110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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