Html Css Color HEX #1C5DAE Denim

📋 copy color: '#1C5DAE'

red 28 ◦ green 93 ◦ blue 174

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

Shades of Denim #1C5DAE

Tints of Denim #1C5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 174 (68.36% from 255) = 58.98%

R = 9.49%
G = 31.53%
B = 58.98%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C5DAE (or 0x1C5DAE) is known color: Denim. HEX triplet: 1C, 5D and AE. RGB value is (28,93,174). Sum of RGB (Red+Green+Blue) = 28+93+174=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5DAE is #E3A251. Grayscale: #525252. Windows color (decimal): -14918226 or 11427100. OLE color: 11427100.

HSL color Cylindrical-coordinate representation of color #1C5DAE: hue angle of 213.29º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C5DAE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 93 174 -
CMYK 0.84 0.47 0 0.32
HSL 213.29º 0.72% 0.4% -
HSV(B) 213.29º 0.84% 0.68% -
XYZ 12.03 11.13 41.56 -
YUV 82.8 179.47 88.91 -
System Red Green Blue C M Y K H S L
Decimal 28 93 174 0.84 0.47 0 0.32 213.29 0.72 0.4
Hex 1C 5D AE 54 2F 0 20 D5 48 28
Octal 34 135 256 124 57 0 40 325 110 50
Binary 11100 1011101 10101110 1010100 101111 0 100000 11010101 1001000 101000

Color Harmonies of #1C5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5DAE

Black with #1C5DAE

Text Example


Text Example

White with #1C5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,93,174); }

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

background-color css

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

 a { background-color: rgb(28,93,174); }

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

border-color css

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

 span { border-color: rgb(28,93,174); }

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