Html Css Color HEX #215BA6 Denim

📋 copy color: '#215BA6'

red 33 ◦ green 91 ◦ blue 166

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

Shades of Denim #215BA6

Tints of Denim #215BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 57.24%

R = 11.38%
G = 31.38%
B = 57.24%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#215BA6 (or 0x215BA6) is known color: Denim. HEX triplet: 21, 5B and A6. RGB value is (33,91,166). Sum of RGB (Red+Green+Blue) = 33+91+166=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 166 (65.23% from 255 or 57.24% from 290); Max value from RGB is 166 - color contains mainly: blue. Hex color #215BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BA6 is #DEA459. Grayscale: #515151. Windows color (decimal): -14591066 or 10902305. OLE color: 10902305.

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

Color convert

RGB 33 91 166 -
CMYK 0.80 0.45 0 0.35
HSL 213.83º 0.67% 0.39% -
HSV(B) 213.83º 0.8% 0.65% -
XYZ 11.25 10.56 37.52 -
YUV 82.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 33 91 166 0.80 0.45 0 0.35 213.83 0.67 0.39
Hex 21 5B A6 50 2D 0 23 D6 43 27
Octal 41 133 246 120 55 0 43 326 103 47
Binary 100001 1011011 10100110 1010000 101101 0 100011 11010110 1000011 100111

Color Harmonies of #215BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BA6

Black with #215BA6

Text Example


Text Example

White with #215BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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