#0c66b5

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

Shades of Denim #0C66B5

Tints of Denim #0C66B5

Color information

#0C66B5 (or 0x0C66B5) is unknown color: approx Denim. HEX triplet: 0C, 66 and B5. RGB value is (12,102,181). Sum of RGB (Red+Green+Blue) = 12+102+181=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #0C66B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C66B5 is #F3994A. Grayscale: #535353. Windows color (decimal): -15964491 or 11888140. OLE color: 11888140.

HSL color Cylindrical-coordinate representation of color #0C66B5: hue angle of 208.05º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C66B5 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12102181-
CMYK0.930.4400.29
HSL208.05º87.56%37.84%-
HSV(B)208.05º93.37%70.98%-
XYZ13.2412.9245.51-
YUV84.1182.6876.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.07%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 181 (71.09% from 255) = 61.36%
R=4.07%
G=34.58%
B=61.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121021810.930.4400.29208.0587.5637.84
HexC66B55D2C01Dd05826
Octal141462651355403532013046
Binary11001100110101101011011101101100011101110100001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c66b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,181); }

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

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

 a { background-color: rgb(12,102,181); }

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

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

 span { border-color: rgb(12,102,181); }

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