Html Css Color HEX #215DAA Denim

📋 copy color: '#215DAA'

red 33 ◦ green 93 ◦ blue 170

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

Shades of Denim #215DAA

Tints of Denim #215DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 11.15%
G = 31.42%
B = 57.43%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215DAA (or 0x215DAA) is known color: Denim. HEX triplet: 21, 5D and AA. RGB value is (33,93,170). Sum of RGB (Red+Green+Blue) = 33+93+170=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #215DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DAA is #DEA255. Grayscale: #535353. Windows color (decimal): -14590550 or 11164961. OLE color: 11164961.

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

Color convert

RGB 33 93 170 -
CMYK 0.81 0.45 0 0.33
HSL 213.72º 0.67% 0.4% -
HSV(B) 213.72º 0.81% 0.67% -
XYZ 11.8 11.05 39.54 -
YUV 83.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 33 93 170 0.81 0.45 0 0.33 213.72 0.67 0.4
Hex 21 5D AA 51 2D 0 21 D6 43 28
Octal 41 135 252 121 55 0 41 326 103 50
Binary 100001 1011101 10101010 1010001 101101 0 100001 11010110 1000011 101000

Color Harmonies of #215DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DAA

Black with #215DAA

Text Example


Text Example

White with #215DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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