Html Css Color HEX #1260CD Denim

📋 copy color: '#1260CD'

red 18 ◦ green 96 ◦ blue 205

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

Shades of Denim #1260CD

Tints of Denim #1260CD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 5.64%
G = 30.09%
B = 64.26%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1260CD (or 0x1260CD) is known color: Denim. HEX triplet: 12, 60 and CD. RGB value is (18,96,205). Sum of RGB (Red+Green+Blue) = 18+96+205=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #1260CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260CD is #ED9F32. Grayscale: #545454. Windows color (decimal): -15572787 or 13459474. OLE color: 13459474.

HSL color Cylindrical-coordinate representation of color #1260CD: hue angle of 214.97º 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 #1260CD is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 96 205 -
CMYK 0.91 0.53 0 0.20
HSL 214.97º 0.84% 0.44% -
HSV(B) 214.97º 0.91% 0.8% -
XYZ 15.45 12.9 59.43 -
YUV 85.1 195.66 80.14 -
System Red Green Blue C M Y K H S L
Decimal 18 96 205 0.91 0.53 0 0.20 214.97 0.84 0.44
Hex 12 60 CD 5B 35 0 14 D7 54 2C
Octal 22 140 315 133 65 0 24 327 124 54
Binary 10010 1100000 11001101 1011011 110101 0 10100 11010111 1010100 101100

Color Harmonies of #1260CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1260CD

Black with #1260CD

Text Example


Text Example

White with #1260CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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