Html Css Color HEX #1C5ECD Denim

📋 copy color: '#1C5ECD'

red 28 ◦ green 94 ◦ blue 205

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

Shades of Denim #1C5ECD

Tints of Denim #1C5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

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

R = 8.56%
G = 28.75%
B = 62.69%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C5ECD (or 0x1C5ECD) is known color: Denim. HEX triplet: 1C, 5E and CD. RGB value is (28,94,205). Sum of RGB (Red+Green+Blue) = 28+94+205=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C5ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5ECD is #E3A132. Grayscale: #565656. Windows color (decimal): -14917939 or 13458972. OLE color: 13458972.

HSL color Cylindrical-coordinate representation of color #1C5ECD: hue angle of 217.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5ECD is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 94 205 -
CMYK 0.86 0.54 0 0.20
HSL 217.63º 0.76% 0.46% -
HSV(B) 217.63º 0.86% 0.8% -
XYZ 15.5 12.66 59.38 -
YUV 86.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 28 94 205 0.86 0.54 0 0.20 217.63 0.76 0.46
Hex 1C 5E CD 56 36 0 14 DA 4C 2E
Octal 34 136 315 126 66 0 24 332 114 56
Binary 11100 1011110 11001101 1010110 110110 0 10100 11011010 1001100 101110

Color Harmonies of #1C5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5ECD

Black with #1C5ECD

Text Example


Text Example

White with #1C5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,94,205); }

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

background-color css

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

 a { background-color: rgb(28,94,205); }

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

border-color css

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

 span { border-color: rgb(28,94,205); }

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