Html Css Color HEX #216ABA Denim

📋 copy color: '#216ABA'

red 33 ◦ green 106 ◦ blue 186

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

Shades of Denim #216ABA

Tints of Denim #216ABA

RGB

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

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

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

R = 10.15%
G = 32.62%
B = 57.23%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#216ABA (or 0x216ABA) is known color: Denim. HEX triplet: 21, 6A and BA. RGB value is (33,106,186). Sum of RGB (Red+Green+Blue) = 33+106+186=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #216ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ABA is #DE9545. Grayscale: #5C5C5C. Windows color (decimal): -14587206 or 12216865. OLE color: 12216865.

HSL color Cylindrical-coordinate representation of color #216ABA: hue angle of 211.37º 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 #216ABA is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 106 186 -
CMYK 0.82 0.43 0 0.27
HSL 211.37º 0.7% 0.43% -
HSV(B) 211.37º 0.82% 0.73% -
XYZ 14.64 14.18 48.42 -
YUV 93.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 33 106 186 0.82 0.43 0 0.27 211.37 0.7 0.43
Hex 21 6A BA 52 2B 0 1B D3 46 2B
Octal 41 152 272 122 53 0 33 323 106 53
Binary 100001 1101010 10111010 1010010 101011 0 11011 11010011 1000110 101011

Color Harmonies of #216ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216ABA

Black with #216ABA

Text Example


Text Example

White with #216ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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