Html Css Color HEX #1266CD Denim

📋 copy color: '#1266CD'

red 18 ◦ green 102 ◦ blue 205

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

Shades of Denim #1266CD

Tints of Denim #1266CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 5.54%
G = 31.38%
B = 63.08%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1266CD (or 0x1266CD) is known color: Denim. HEX triplet: 12, 66 and CD. RGB value is (18,102,205). Sum of RGB (Red+Green+Blue) = 18+102+205=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #1266CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266CD is #ED9932. Grayscale: #585858. Windows color (decimal): -15571251 or 13461010. OLE color: 13461010.

HSL color Cylindrical-coordinate representation of color #1266CD: hue angle of 213.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1266CD is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 102 205 -
CMYK 0.91 0.50 0 0.20
HSL 213.05º 0.84% 0.44% -
HSV(B) 213.05º 0.91% 0.8% -
XYZ 16.02 14.04 59.62 -
YUV 88.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 18 102 205 0.91 0.50 0 0.20 213.05 0.84 0.44
Hex 12 66 CD 5B 32 0 14 D5 54 2C
Octal 22 146 315 133 62 0 24 325 124 54
Binary 10010 1100110 11001101 1011011 110010 0 10100 11010101 1010100 101100

Color Harmonies of #1266CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266CD

Black with #1266CD

Text Example


Text Example

White with #1266CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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