Html Css Color HEX #215ABA Denim

📋 copy color: '#215ABA'

red 33 ◦ green 90 ◦ blue 186

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

Shades of Denim #215ABA

Tints of Denim #215ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 10.68%
G = 29.13%
B = 60.19%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#215ABA (or 0x215ABA) is known color: Denim. HEX triplet: 21, 5A and BA. RGB value is (33,90,186). Sum of RGB (Red+Green+Blue) = 33+90+186=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #215ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ABA is #DEA545. Grayscale: #535353. Windows color (decimal): -14591302 or 12212769. OLE color: 12212769.

HSL color Cylindrical-coordinate representation of color #215ABA: hue angle of 217.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215ABA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 90 186 -
CMYK 0.82 0.52 0 0.27
HSL 217.65º 0.7% 0.43% -
HSV(B) 217.65º 0.82% 0.73% -
XYZ 13.15 11.18 47.92 -
YUV 83.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 33 90 186 0.82 0.52 0 0.27 217.65 0.7 0.43
Hex 21 5A BA 52 34 0 1B DA 46 2B
Octal 41 132 272 122 64 0 33 332 106 53
Binary 100001 1011010 10111010 1010010 110100 0 11011 11011010 1000110 101011

Color Harmonies of #215ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ABA

Black with #215ABA

Text Example


Text Example

White with #215ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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