Html Css Color HEX #1C60C9 Denim

📋 copy color: '#1C60C9'

red 28 ◦ green 96 ◦ blue 201

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

Shades of Denim #1C60C9

Tints of Denim #1C60C9

RGB

 RED value IS 28 (11.33% from 255) = 8.62%

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

 BLUE value IS 201 (78.91% from 255) = 61.85%

R = 8.62%
G = 29.54%
B = 61.85%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C60C9 (or 0x1C60C9) is known color: Denim. HEX triplet: 1C, 60 and C9. RGB value is (28,96,201). Sum of RGB (Red+Green+Blue) = 28+96+201=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #1C60C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C60C9 is #E39F36. Grayscale: #575757. Windows color (decimal): -14917431 or 13197340. OLE color: 13197340.

HSL color Cylindrical-coordinate representation of color #1C60C9: hue angle of 216.42º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C60C9 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 96 201 -
CMYK 0.86 0.52 0 0.21
HSL 216.42º 0.76% 0.45% -
HSV(B) 216.42º 0.86% 0.79% -
XYZ 15.2 12.83 56.93 -
YUV 87.64 191.97 85.46 -
System Red Green Blue C M Y K H S L
Decimal 28 96 201 0.86 0.52 0 0.21 216.42 0.76 0.45
Hex 1C 60 C9 56 34 0 15 D8 4C 2D
Octal 34 140 311 126 64 0 25 330 114 55
Binary 11100 1100000 11001001 1010110 110100 0 10101 11011000 1001100 101101

Color Harmonies of #1C60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C60C9

Black with #1C60C9

Text Example


Text Example

White with #1C60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C60C9; }

 p { color: rgb(28,96,201); }

 H1.HeaderClassName
 {
   color: #1C60C9;
 }
 .AnyTagClassName
 {
   color: #1C60C9;
 }
</style>

background-color css

<style>
 a { background-color: #1C60C9; }

 a { background-color: rgb(28,96,201); }

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

border-color css

<style>
 span { border-color: #1C60C9; }

 span { border-color: rgb(28,96,201); }

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