#0A66AB

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

Shades of Denim #0A66AB

Tints of Denim #0A66AB

Color information

#0A66AB (or 0x0A66AB) is unknown color: approx Denim. HEX triplet: 0A, 66 and AB. RGB value is (10,102,171). Sum of RGB (Red+Green+Blue) = 10+102+171=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A66AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A66AB is #F59954. Grayscale: #515151. Windows color (decimal): -16095573 or 11232778. OLE color: 11232778.

HSL color Cylindrical-coordinate representation of color #0A66AB: hue angle of 205.71º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A66AB is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10102171-
CMYK0.940.4000.33
HSL205.71º88.95%35.49%-
HSV(B)205.71º94.15%67.06%-
XYZ12.2312.5140.3-
YUV82.36178.0276.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=3.53%
G=36.04%
B=60.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101021710.940.4000.33205.7188.9535.49
HexA66AB5E28021ce5923
Octal121462531365004131613143
Binary101011001101010101110111101010000100001110011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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