Html Css Color HEX #215BAD Denim

📋 copy color: '#215BAD'

red 33 ◦ green 91 ◦ blue 173

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

Shades of Denim #215BAD

Tints of Denim #215BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

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

R = 11.11%
G = 30.64%
B = 58.25%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#215BAD (or 0x215BAD) is known color: Denim. HEX triplet: 21, 5B and AD. RGB value is (33,91,173). Sum of RGB (Red+Green+Blue) = 33+91+173=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #215BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BAD is #DEA452. Grayscale: #525252. Windows color (decimal): -14591059 or 11361057. OLE color: 11361057.

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

Color convert

RGB 33 91 173 -
CMYK 0.81 0.47 0 0.32
HSL 215.14º 0.68% 0.4% -
HSV(B) 215.14º 0.81% 0.68% -
XYZ 11.91 10.82 41 -
YUV 83.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 33 91 173 0.81 0.47 0 0.32 215.14 0.68 0.4
Hex 21 5B AD 51 2F 0 20 D7 44 28
Octal 41 133 255 121 57 0 40 327 104 50
Binary 100001 1011011 10101101 1010001 101111 0 100000 11010111 1000100 101000

Color Harmonies of #215BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BAD

Black with #215BAD

Text Example


Text Example

White with #215BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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