Html Css Color HEX #215EAD Denim

📋 copy color: '#215EAD'

red 33 ◦ green 94 ◦ blue 173

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

Shades of Denim #215EAD

Tints of Denim #215EAD

RGB

 RED value IS 33 (13.28% from 255) = 11%

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

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

R = 11%
G = 31.33%
B = 57.67%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#215EAD (or 0x215EAD) is known color: Denim. HEX triplet: 21, 5E and AD. RGB value is (33,94,173). Sum of RGB (Red+Green+Blue) = 33+94+173=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #215EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215EAD is #DEA152. Grayscale: #545454. Windows color (decimal): -14590291 or 11361825. OLE color: 11361825.

HSL color Cylindrical-coordinate representation of color #215EAD: hue angle of 213.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215EAD is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 94 173 -
CMYK 0.81 0.46 0 0.32
HSL 213.86º 0.68% 0.4% -
HSV(B) 213.86º 0.81% 0.68% -
XYZ 12.17 11.35 41.08 -
YUV 84.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 33 94 173 0.81 0.46 0 0.32 213.86 0.68 0.4
Hex 21 5E AD 51 2E 0 20 D6 44 28
Octal 41 136 255 121 56 0 40 326 104 50
Binary 100001 1011110 10101101 1010001 101110 0 100000 11010110 1000100 101000

Color Harmonies of #215EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EAD

Black with #215EAD

Text Example


Text Example

White with #215EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215EAD; }

 p { color: rgb(33,94,173); }

 H1.HeaderClassName
 {
   color: #215EAD;
 }
 .AnyTagClassName
 {
   color: #215EAD;
 }
</style>

background-color css

<style>
 a { background-color: #215EAD; }

 a { background-color: rgb(33,94,173); }

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

border-color css

<style>
 span { border-color: #215EAD; }

 span { border-color: rgb(33,94,173); }

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