#0A60BD

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

Shades of Denim #0A60BD

Tints of Denim #0A60BD

Color information

#0A60BD (or 0x0A60BD) is unknown color: approx Denim. HEX triplet: 0A, 60 and BD. RGB value is (10,96,189). Sum of RGB (Red+Green+Blue) = 10+96+189=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A60BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A60BD is #F59F42. Grayscale: #505050. Windows color (decimal): -16097091 or 12410890. OLE color: 12410890.

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

Color convert

RGB1096189-
CMYK0.950.4900.26
HSL211.17º89.95%39.02%-
HSV(B)211.17º94.71%74.12%-
XYZ13.4912.149.77-
YUV80.89189.0177.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.39%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 189 (74.22% from 255) = 64.07%
R=3.39%
G=32.54%
B=64.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10961890.950.4900.26211.1789.9539.02
HexA60BD5F3101Ad35a27
Octal121402751376103232313247
Binary10101100000101111011011111110001011010110100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,189); }

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

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

 a { background-color: rgb(10,96,189); }

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

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

 span { border-color: rgb(10,96,189); }

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