Html Css Color HEX #1C60CA Denim

📋 copy color: '#1C60CA'

red 28 ◦ green 96 ◦ blue 202

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

Shades of Denim #1C60CA

Tints of Denim #1C60CA

RGB

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

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

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

R = 8.59%
G = 29.45%
B = 61.96%

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

#1C60CA (or 0x1C60CA) is known color: Denim. HEX triplet: 1C, 60 and CA. RGB value is (28,96,202). Sum of RGB (Red+Green+Blue) = 28+96+202=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C60CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C60CA is #E39F35. Grayscale: #575757. Windows color (decimal): -14917430 or 13262876. OLE color: 13262876.

HSL color Cylindrical-coordinate representation of color #1C60CA: hue angle of 216.55º 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 #1C60CA is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 96 202 -
CMYK 0.86 0.52 0 0.21
HSL 216.55º 0.76% 0.45% -
HSV(B) 216.55º 0.86% 0.79% -
XYZ 15.32 12.88 57.56 -
YUV 87.75 192.47 85.38 -
System Red Green Blue C M Y K H S L
Decimal 28 96 202 0.86 0.52 0 0.21 216.55 0.76 0.45
Hex 1C 60 CA 56 34 0 15 D9 4C 2D
Octal 34 140 312 126 64 0 25 331 114 55
Binary 11100 1100000 11001010 1010110 110100 0 10101 11011001 1001100 101101

Color Harmonies of #1C60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C60CA

Black with #1C60CA

Text Example


Text Example

White with #1C60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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