Html Css Color HEX #215DA9 Denim

📋 copy color: '#215DA9'

red 33 ◦ green 93 ◦ blue 169

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

Shades of Denim #215DA9

Tints of Denim #215DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 57.29%

R = 11.19%
G = 31.53%
B = 57.29%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#215DA9 (or 0x215DA9) is known color: Denim. HEX triplet: 21, 5D and A9. RGB value is (33,93,169). Sum of RGB (Red+Green+Blue) = 33+93+169=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #215DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DA9 is #DEA256. Grayscale: #535353. Windows color (decimal): -14590551 or 11099425. OLE color: 11099425.

HSL color Cylindrical-coordinate representation of color #215DA9: hue angle of 213.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215DA9 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 93 169 -
CMYK 0.80 0.45 0 0.34
HSL 213.53º 0.67% 0.4% -
HSV(B) 213.53º 0.8% 0.66% -
XYZ 11.7 11.02 39.05 -
YUV 83.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 33 93 169 0.80 0.45 0 0.34 213.53 0.67 0.4
Hex 21 5D A9 50 2D 0 22 D6 43 28
Octal 41 135 251 120 55 0 42 326 103 50
Binary 100001 1011101 10101001 1010000 101101 0 100010 11010110 1000011 101000

Color Harmonies of #215DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DA9

Black with #215DA9

Text Example


Text Example

White with #215DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,169); }

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

background-color css

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

 a { background-color: rgb(33,93,169); }

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

border-color css

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

 span { border-color: rgb(33,93,169); }

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