Html Css Color HEX #1266AA Denim

📋 copy color: '#1266AA'

red 18 ◦ green 102 ◦ blue 170

#1266AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1266AA

Tints of Denim #1266AA

RGB

 RED value IS 18 (7.42% from 255) = 6.21%

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 6.21%
G = 35.17%
B = 58.62%

CMYK

 C value IS 0.89

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1266AA (or 0x1266AA) is known color: Denim. HEX triplet: 12, 66 and AA. RGB value is (18,102,170). Sum of RGB (Red+Green+Blue) = 18+102+170=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #1266AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1266AA is #ED9955. Grayscale: #545454. Windows color (decimal): -15571286 or 11167250. OLE color: 11167250.

HSL color Cylindrical-coordinate representation of color #1266AA: hue angle of 206.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1266AA is Cyan = 0.89, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 102 170 -
CMYK 0.89 0.4 0 0.33
HSL 206.84º 0.81% 0.37% -
HSV(B) 206.84º 0.89% 0.67% -
XYZ 12.26 12.53 39.8 -
YUV 84.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 18 102 170 0.89 0.4 0 0.33 206.84 0.81 0.37
Hex 12 66 AA 59 28 0 21 CF 51 25
Octal 22 146 252 131 50 0 41 317 121 45
Binary 10010 1100110 10101010 1011001 101000 0 100001 11001111 1010001 100101

Color Harmonies of #1266AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266AA

Black with #1266AA

Text Example


Text Example

White with #1266AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1266AA;
 }
 .AnyTagClassName
 {
   color: #1266AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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