Html Css Color HEX #1260CF Denim

📋 copy color: '#1260CF'

red 18 ◦ green 96 ◦ blue 207

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

Shades of Denim #1260CF

Tints of Denim #1260CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 5.61%
G = 29.91%
B = 64.49%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1260CF (or 0x1260CF) is known color: Denim. HEX triplet: 12, 60 and CF. RGB value is (18,96,207). Sum of RGB (Red+Green+Blue) = 18+96+207=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #1260CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260CF is #ED9F30. Grayscale: #545454. Windows color (decimal): -15572785 or 13590546. OLE color: 13590546.

HSL color Cylindrical-coordinate representation of color #1260CF: hue angle of 215.24º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1260CF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 96 207 -
CMYK 0.91 0.54 0 0.19
HSL 215.24º 0.84% 0.44% -
HSV(B) 215.24º 0.91% 0.81% -
XYZ 15.69 13 60.71 -
YUV 85.33 196.66 79.97 -
System Red Green Blue C M Y K H S L
Decimal 18 96 207 0.91 0.54 0 0.19 215.24 0.84 0.44
Hex 12 60 CF 5B 36 0 13 D7 54 2C
Octal 22 140 317 133 66 0 23 327 124 54
Binary 10010 1100000 11001111 1011011 110110 0 10011 11010111 1010100 101100

Color Harmonies of #1260CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1260CF

Black with #1260CF

Text Example


Text Example

White with #1260CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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