Html Css Color HEX #1C5ACE Denim

📋 copy color: '#1C5ACE'

red 28 ◦ green 90 ◦ blue 206

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

Shades of Denim #1C5ACE

Tints of Denim #1C5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 8.64%
G = 27.78%
B = 63.58%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C5ACE (or 0x1C5ACE) is known color: Denim. HEX triplet: 1C, 5A and CE. RGB value is (28,90,206). Sum of RGB (Red+Green+Blue) = 28+90+206=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C5ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5ACE is #E3A531. Grayscale: #545454. Windows color (decimal): -14918962 or 13523484. OLE color: 13523484.

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

Color convert

RGB 28 90 206 -
CMYK 0.86 0.56 0 0.19
HSL 219.1º 0.76% 0.46% -
HSV(B) 219.1º 0.86% 0.81% -
XYZ 15.28 12.02 59.91 -
YUV 84.69 196.46 87.57 -
System Red Green Blue C M Y K H S L
Decimal 28 90 206 0.86 0.56 0 0.19 219.1 0.76 0.46
Hex 1C 5A CE 56 38 0 13 DB 4C 2E
Octal 34 132 316 126 70 0 23 333 114 56
Binary 11100 1011010 11001110 1010110 111000 0 10011 11011011 1001100 101110

Color Harmonies of #1C5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5ACE

Black with #1C5ACE

Text Example


Text Example

White with #1C5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,90,206); }

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

background-color css

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

 a { background-color: rgb(28,90,206); }

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

border-color css

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

 span { border-color: rgb(28,90,206); }

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