Html Css Color HEX #1C54AD Denim

📋 copy color: '#1C54AD'

red 28 ◦ green 84 ◦ blue 173

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

Shades of Denim #1C54AD

Tints of Denim #1C54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 9.82%
G = 29.47%
B = 60.7%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C54AD (or 0x1C54AD) is known color: Denim. HEX triplet: 1C, 54 and AD. RGB value is (28,84,173). Sum of RGB (Red+Green+Blue) = 28+84+173=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C54AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C54AD is #E3AB52. Grayscale: #4C4C4C. Windows color (decimal): -14920531 or 11359260. OLE color: 11359260.

HSL color Cylindrical-coordinate representation of color #1C54AD: hue angle of 216.83º 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 #1C54AD is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 84 173 -
CMYK 0.84 0.51 0 0.32
HSL 216.83º 0.72% 0.39% -
HSV(B) 216.83º 0.84% 0.68% -
XYZ 11.19 9.6 40.8 -
YUV 77.4 181.95 92.76 -
System Red Green Blue C M Y K H S L
Decimal 28 84 173 0.84 0.51 0 0.32 216.83 0.72 0.39
Hex 1C 54 AD 54 33 0 20 D9 48 27
Octal 34 124 255 124 63 0 40 331 110 47
Binary 11100 1010100 10101101 1010100 110011 0 100000 11011001 1001000 100111

Color Harmonies of #1C54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C54AD

Black with #1C54AD

Text Example


Text Example

White with #1C54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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