Html Css Color HEX #215CAB Denim

📋 copy color: '#215CAB'

red 33 ◦ green 92 ◦ blue 171

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

Shades of Denim #215CAB

Tints of Denim #215CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 11.15%
G = 31.08%
B = 57.77%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215CAB (or 0x215CAB) is known color: Denim. HEX triplet: 21, 5C and AB. RGB value is (33,92,171). Sum of RGB (Red+Green+Blue) = 33+92+171=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #215CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAB is #DEA354. Grayscale: #525252. Windows color (decimal): -14590805 or 11230241. OLE color: 11230241.

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

Color convert

RGB 33 92 171 -
CMYK 0.81 0.46 0 0.33
HSL 214.35º 0.68% 0.4% -
HSV(B) 214.35º 0.81% 0.67% -
XYZ 11.81 10.92 40.01 -
YUV 83.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 33 92 171 0.81 0.46 0 0.33 214.35 0.68 0.4
Hex 21 5C AB 51 2E 0 21 D6 44 28
Octal 41 134 253 121 56 0 41 326 104 50
Binary 100001 1011100 10101011 1010001 101110 0 100001 11010110 1000100 101000

Color Harmonies of #215CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CAB

Black with #215CAB

Text Example


Text Example

White with #215CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,171); }

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

background-color css

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

 a { background-color: rgb(33,92,171); }

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

border-color css

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

 span { border-color: rgb(33,92,171); }

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