Html Css Color HEX #215FB1 Denim

📋 copy color: '#215FB1'

red 33 ◦ green 95 ◦ blue 177

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

Shades of Denim #215FB1

Tints of Denim #215FB1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 10.82%
G = 31.15%
B = 58.03%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#215FB1 (or 0x215FB1) is known color: Denim. HEX triplet: 21, 5F and B1. RGB value is (33,95,177). Sum of RGB (Red+Green+Blue) = 33+95+177=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #215FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215FB1 is #DEA04E. Grayscale: #555555. Windows color (decimal): -14590031 or 11624225. OLE color: 11624225.

HSL color Cylindrical-coordinate representation of color #215FB1: hue angle of 214.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215FB1 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 95 177 -
CMYK 0.81 0.46 0 0.31
HSL 214.17º 0.69% 0.41% -
HSV(B) 214.17º 0.81% 0.69% -
XYZ 12.66 11.68 43.18 -
YUV 85.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 33 95 177 0.81 0.46 0 0.31 214.17 0.69 0.41
Hex 21 5F B1 51 2E 0 1F D6 45 29
Octal 41 137 261 121 56 0 37 326 105 51
Binary 100001 1011111 10110001 1010001 101110 0 11111 11010110 1000101 101001

Color Harmonies of #215FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FB1

Black with #215FB1

Text Example


Text Example

White with #215FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,95,177); }

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

background-color css

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

 a { background-color: rgb(33,95,177); }

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

border-color css

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

 span { border-color: rgb(33,95,177); }

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