#0A5FBE

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

Shades of Denim #0A5FBE

Tints of Denim #0A5FBE

Color information

#0A5FBE (or 0x0A5FBE) is unknown color: approx Denim. HEX triplet: 0A, 5F and BE. RGB value is (10,95,190). Sum of RGB (Red+Green+Blue) = 10+95+190=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A5FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5FBE is #F5A041. Grayscale: #4F4F4F. Windows color (decimal): -16097346 or 12476170. OLE color: 12476170.

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

Color convert

RGB1095190-
CMYK0.950.500.25
HSL211.67º90%39.22%-
HSV(B)211.67º94.74%74.51%-
XYZ13.5111.9750.31-
YUV80.41189.8477.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.39%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=3.39%
G=32.20%
B=64.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10951900.950.500.25211.679039.22
HexA5FBE5F32019d45a27
Octal121372761376203132413247
Binary10101011111101111101011111110010011001110101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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