Html Css Color HEX #215DAC Denim

📋 copy color: '#215DAC'

red 33 ◦ green 93 ◦ blue 172

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

Shades of Denim #215DAC

Tints of Denim #215DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 11.07%
G = 31.21%
B = 57.72%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215DAC (or 0x215DAC) is known color: Denim. HEX triplet: 21, 5D and AC. RGB value is (33,93,172). Sum of RGB (Red+Green+Blue) = 33+93+172=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #215DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DAC is #DEA253. Grayscale: #535353. Windows color (decimal): -14590548 or 11296033. OLE color: 11296033.

HSL color Cylindrical-coordinate representation of color #215DAC: hue angle of 214.1º degrees, saturation: 0.68, 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 #215DAC is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 93 172 -
CMYK 0.81 0.46 0 0.33
HSL 214.1º 0.68% 0.4% -
HSV(B) 214.1º 0.81% 0.67% -
XYZ 11.99 11.13 40.55 -
YUV 84.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 33 93 172 0.81 0.46 0 0.33 214.1 0.68 0.4
Hex 21 5D AC 51 2E 0 21 D6 44 28
Octal 41 135 254 121 56 0 41 326 104 50
Binary 100001 1011101 10101100 1010001 101110 0 100001 11010110 1000100 101000

Color Harmonies of #215DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DAC

Black with #215DAC

Text Example


Text Example

White with #215DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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