#0A61BF

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

Shades of Denim #0A61BF

Tints of Denim #0A61BF

Color information

#0A61BF (or 0x0A61BF) is unknown color: approx Denim. HEX triplet: 0A, 61 and BF. RGB value is (10,97,191). Sum of RGB (Red+Green+Blue) = 10+97+191=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A61BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A61BF is #F59E40. Grayscale: #515151. Windows color (decimal): -16096833 or 12542218. OLE color: 12542218.

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

Color convert

RGB1097191-
CMYK0.950.4900.25
HSL211.16º90.05%39.41%-
HSV(B)211.16º94.76%74.9%-
XYZ13.812.3850.95-
YUV81.7189.6876.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 191 (75% from 255) = 64.09%
R=3.36%
G=32.55%
B=64.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10971910.950.4900.25211.1690.0539.41
HexA61BF5F31019d35a27
Octal121412771376103132313247
Binary10101100001101111111011111110001011001110100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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