Html Css Color HEX #1C5FAD Denim

📋 copy color: '#1C5FAD'

red 28 ◦ green 95 ◦ blue 173

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

Shades of Denim #1C5FAD

Tints of Denim #1C5FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 9.46%
G = 32.09%
B = 58.45%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C5FAD (or 0x1C5FAD) is known color: Denim. HEX triplet: 1C, 5F and AD. RGB value is (28,95,173). Sum of RGB (Red+Green+Blue) = 28+95+173=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C5FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5FAD is #E3A052. Grayscale: #535353. Windows color (decimal): -14917715 or 11362076. OLE color: 11362076.

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

Color convert

RGB 28 95 173 -
CMYK 0.84 0.45 0 0.32
HSL 212.28º 0.72% 0.39% -
HSV(B) 212.28º 0.84% 0.68% -
XYZ 12.11 11.45 41.11 -
YUV 83.86 178.3 88.16 -
System Red Green Blue C M Y K H S L
Decimal 28 95 173 0.84 0.45 0 0.32 212.28 0.72 0.39
Hex 1C 5F AD 54 2D 0 20 D4 48 27
Octal 34 137 255 124 55 0 40 324 110 47
Binary 11100 1011111 10101101 1010100 101101 0 100000 11010100 1001000 100111

Color Harmonies of #1C5FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5FAD

Black with #1C5FAD

Text Example


Text Example

White with #1C5FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,95,173); }

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

background-color css

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

 a { background-color: rgb(28,95,173); }

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

border-color css

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

 span { border-color: rgb(28,95,173); }

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