#0A66B9

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

Shades of Denim #0A66B9

Tints of Denim #0A66B9

Color information

#0A66B9 (or 0x0A66B9) is unknown color: approx Denim. HEX triplet: 0A, 66 and B9. RGB value is (10,102,185). Sum of RGB (Red+Green+Blue) = 10+102+185=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #0A66B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A66B9 is #F59946. Grayscale: #535353. Windows color (decimal): -16095559 or 12150282. OLE color: 12150282.

HSL color Cylindrical-coordinate representation of color #0A66B9: hue angle of 208.46º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A66B9 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10102185-
CMYK0.950.4500.27
HSL208.46º89.74%38.24%-
HSV(B)208.46º94.59%72.55%-
XYZ13.6313.0747.7-
YUV83.95185.0275.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 185 (72.66% from 255) = 62.29%
R=3.37%
G=34.34%
B=62.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101021850.950.4500.27208.4689.7438.24
HexA66B95F2D01Bd05a26
Octal121462711375503332013246
Binary10101100110101110011011111101101011011110100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A66B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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