Html Css Color HEX #1266CA Denim

📋 copy color: '#1266CA'

red 18 ◦ green 102 ◦ blue 202

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

Shades of Denim #1266CA

Tints of Denim #1266CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.73%

R = 5.59%
G = 31.68%
B = 62.73%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1266CA (or 0x1266CA) is known color: Denim. HEX triplet: 12, 66 and CA. RGB value is (18,102,202). Sum of RGB (Red+Green+Blue) = 18+102+202=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #1266CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266CA is #ED9935. Grayscale: #575757. Windows color (decimal): -15571254 or 13264402. OLE color: 13264402.

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

Color convert

RGB 18 102 202 -
CMYK 0.91 0.50 0 0.21
HSL 212.61º 0.84% 0.43% -
HSV(B) 212.61º 0.91% 0.79% -
XYZ 15.66 13.9 57.73 -
YUV 88.28 192.17 77.87 -
System Red Green Blue C M Y K H S L
Decimal 18 102 202 0.91 0.50 0 0.21 212.61 0.84 0.43
Hex 12 66 CA 5B 32 0 15 D5 54 2B
Octal 22 146 312 133 62 0 25 325 124 53
Binary 10010 1100110 11001010 1011011 110010 0 10101 11010101 1010100 101011

Color Harmonies of #1266CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266CA

Black with #1266CA

Text Example


Text Example

White with #1266CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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