Html Css Color HEX #215AAC Denim

📋 copy color: '#215AAC'

red 33 ◦ green 90 ◦ blue 172

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

Shades of Denim #215AAC

Tints of Denim #215AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 11.19%
G = 30.51%
B = 58.31%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215AAC (or 0x215AAC) is known color: Denim. HEX triplet: 21, 5A and AC. RGB value is (33,90,172). Sum of RGB (Red+Green+Blue) = 33+90+172=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #215AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215AAC is #DEA553. Grayscale: #515151. Windows color (decimal): -14591316 or 11295265. OLE color: 11295265.

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

Color convert

RGB 33 90 172 -
CMYK 0.81 0.48 0 0.33
HSL 215.4º 0.68% 0.4% -
HSV(B) 215.4º 0.81% 0.67% -
XYZ 11.73 10.61 40.46 -
YUV 82.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 33 90 172 0.81 0.48 0 0.33 215.4 0.68 0.4
Hex 21 5A AC 51 30 0 21 D7 44 28
Octal 41 132 254 121 60 0 41 327 104 50
Binary 100001 1011010 10101100 1010001 110000 0 100001 11010111 1000100 101000

Color Harmonies of #215AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AAC

Black with #215AAC

Text Example


Text Example

White with #215AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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