#0A5FBF

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

Shades of Denim #0A5FBF

Tints of Denim #0A5FBF

Color information

#0A5FBF (or 0x0A5FBF) is unknown color: approx Denim. HEX triplet: 0A, 5F and BF. RGB value is (10,95,191). Sum of RGB (Red+Green+Blue) = 10+95+191=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A5FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5FBF is #F5A040. Grayscale: #505050. Windows color (decimal): -16097345 or 12541706. OLE color: 12541706.

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

Color convert

RGB1095191-
CMYK0.950.5000.25
HSL211.82º90.05%39.41%-
HSV(B)211.82º94.76%74.9%-
XYZ13.6212.0150.89-
YUV80.53190.3477.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.38%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 191 (75% from 255) = 64.53%
R=3.38%
G=32.09%
B=64.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10951910.950.5000.25211.8290.0539.41
HexA5FBF5F32019d45a27
Octal121372771376203132413247
Binary10101011111101111111011111110010011001110101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,95,191); }

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

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

 a { background-color: rgb(10,95,191); }

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

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

 span { border-color: rgb(10,95,191); }

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