#1266B9

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

Shades of Denim #1266B9

Tints of Denim #1266B9

Color information

#1266B9 (or 0x1266B9) is unknown color: approx Denim. HEX triplet: 12, 66 and B9. RGB value is (18,102,185). Sum of RGB (Red+Green+Blue) = 18+102+185=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #1266B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266B9 is #ED9946. Grayscale: #555555. Windows color (decimal): -15571271 or 12150290. OLE color: 12150290.

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

Color convert

RGB18102185-
CMYK0.900.4500.27
HSL209.82º82.27%39.8%-
HSV(B)209.82º90.27%72.55%-
XYZ13.7613.1347.71-
YUV86.35183.6779.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 185 (72.66% from 255) = 60.66%
R=5.90%
G=33.44%
B=60.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181021850.900.4500.27209.8282.2739.8
Hex1266B95A2D01Bd25228
Octal221462711325503332212250
Binary100101100110101110011011010101101011011110100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1266B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1266B9; }

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

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

<style>
 a { background-color: #1266B9; }

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

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

<style>
 span { border-color: #1266B9; }

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

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