#0A66BF

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

Shades of Denim #0A66BF

Tints of Denim #0A66BF

Color information

#0A66BF (or 0x0A66BF) is unknown color: approx Denim. HEX triplet: 0A, 66 and BF. RGB value is (10,102,191). Sum of RGB (Red+Green+Blue) = 10+102+191=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A66BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A66BF is #F59940. Grayscale: #545454. Windows color (decimal): -16095553 or 12543498. OLE color: 12543498.

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

Color convert

RGB10102191-
CMYK0.950.4700.25
HSL209.5º90.05%39.41%-
HSV(B)209.5º94.76%74.9%-
XYZ14.2813.3351.11-
YUV84.64188.0274.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.30%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 191 (75% from 255) = 63.04%
R=3.30%
G=33.66%
B=63.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101021910.950.4700.25209.590.0539.41
HexA66BF5F2F019d25a27
Octal121462771375703132213247
Binary10101100110101111111011111101111011001110100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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