Html Css Color HEX #2157AB Denim

📋 copy color: '#2157AB'

red 33 ◦ green 87 ◦ blue 171

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

Shades of Denim #2157AB

Tints of Denim #2157AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 11.34%
G = 29.9%
B = 58.76%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2157AB (or 0x2157AB) is known color: Denim. HEX triplet: 21, 57 and AB. RGB value is (33,87,171). Sum of RGB (Red+Green+Blue) = 33+87+171=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #2157AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157AB is #DEA854. Grayscale: #505050. Windows color (decimal): -14592085 or 11228961. OLE color: 11228961.

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

Color convert

RGB 33 87 171 -
CMYK 0.81 0.49 0 0.33
HSL 216.52º 0.68% 0.4% -
HSV(B) 216.52º 0.81% 0.67% -
XYZ 11.39 10.08 39.87 -
YUV 80.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 33 87 171 0.81 0.49 0 0.33 216.52 0.68 0.4
Hex 21 57 AB 51 31 0 21 D9 44 28
Octal 41 127 253 121 61 0 41 331 104 50
Binary 100001 1010111 10101011 1010001 110001 0 100001 11011001 1000100 101000

Color Harmonies of #2157AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157AB

Black with #2157AB

Text Example


Text Example

White with #2157AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2157AB; }

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

 H1.HeaderClassName
 {
   color: #2157AB;
 }
 .AnyTagClassName
 {
   color: #2157AB;
 }
</style>

background-color css

<style>
 a { background-color: #2157AB; }

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

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

border-color css

<style>
 span { border-color: #2157AB; }

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

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