Html Css Color HEX #216ACB Denim

📋 copy color: '#216ACB'

red 33 ◦ green 106 ◦ blue 203

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

Shades of Denim #216ACB

Tints of Denim #216ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.36%

R = 9.65%
G = 30.99%
B = 59.36%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#216ACB (or 0x216ACB) is known color: Denim. HEX triplet: 21, 6A and CB. RGB value is (33,106,203). Sum of RGB (Red+Green+Blue) = 33+106+203=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #216ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ACB is #DE9534. Grayscale: #5E5E5E. Windows color (decimal): -14587189 or 13330977. OLE color: 13330977.

HSL color Cylindrical-coordinate representation of color #216ACB: hue angle of 214.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216ACB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 106 203 -
CMYK 0.84 0.48 0 0.20
HSL 214.24º 0.72% 0.46% -
HSV(B) 214.24º 0.84% 0.8% -
XYZ 16.56 14.94 58.51 -
YUV 95.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 33 106 203 0.84 0.48 0 0.20 214.24 0.72 0.46
Hex 21 6A CB 54 30 0 14 D6 48 2E
Octal 41 152 313 124 60 0 24 326 110 56
Binary 100001 1101010 11001011 1010100 110000 0 10100 11010110 1001000 101110

Color Harmonies of #216ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216ACB

Black with #216ACB

Text Example


Text Example

White with #216ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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