Html Css Color HEX #216AB7 Denim

📋 copy color: '#216AB7'

red 33 ◦ green 106 ◦ blue 183

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

Shades of Denim #216AB7

Tints of Denim #216AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 183 (71.88% from 255) = 56.83%

R = 10.25%
G = 32.92%
B = 56.83%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#216AB7 (or 0x216AB7) is known color: Denim. HEX triplet: 21, 6A and B7. RGB value is (33,106,183). Sum of RGB (Red+Green+Blue) = 33+106+183=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #216AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216AB7 is #DE9548. Grayscale: #5C5C5C. Windows color (decimal): -14587209 or 12020257. OLE color: 12020257.

HSL color Cylindrical-coordinate representation of color #216AB7: hue angle of 210.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216AB7 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 106 183 -
CMYK 0.82 0.42 0 0.28
HSL 210.8º 0.69% 0.42% -
HSV(B) 210.8º 0.82% 0.72% -
XYZ 14.33 14.05 46.76 -
YUV 92.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 33 106 183 0.82 0.42 0 0.28 210.8 0.69 0.42
Hex 21 6A B7 52 2A 0 1C D3 45 2A
Octal 41 152 267 122 52 0 34 323 105 52
Binary 100001 1101010 10110111 1010010 101010 0 11100 11010011 1000101 101010

Color Harmonies of #216AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216AB7

Black with #216AB7

Text Example


Text Example

White with #216AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216AB7; }

 p { color: rgb(33,106,183); }

 H1.HeaderClassName
 {
   color: #216AB7;
 }
 .AnyTagClassName
 {
   color: #216AB7;
 }
</style>

background-color css

<style>
 a { background-color: #216AB7; }

 a { background-color: rgb(33,106,183); }

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

border-color css

<style>
 span { border-color: #216AB7; }

 span { border-color: rgb(33,106,183); }

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