Html Css Color HEX #216EBA Denim

📋 copy color: '#216EBA'

red 33 ◦ green 110 ◦ blue 186

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

Shades of Denim #216EBA

Tints of Denim #216EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.43%

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

R = 10.03%
G = 33.43%
B = 56.53%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#216EBA (or 0x216EBA) is known color: Denim. HEX triplet: 21, 6E and BA. RGB value is (33,110,186). Sum of RGB (Red+Green+Blue) = 33+110+186=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #216EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216EBA is #DE9145. Grayscale: #5F5F5F. Windows color (decimal): -14586182 or 12217889. OLE color: 12217889.

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

Color convert

RGB 33 110 186 -
CMYK 0.82 0.41 0 0.27
HSL 209.8º 0.7% 0.43% -
HSV(B) 209.8º 0.82% 0.73% -
XYZ 15.07 15.02 48.56 -
YUV 95.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 33 110 186 0.82 0.41 0 0.27 209.8 0.7 0.43
Hex 21 6E BA 52 29 0 1B D2 46 2B
Octal 41 156 272 122 51 0 33 322 106 53
Binary 100001 1101110 10111010 1010010 101001 0 11011 11010010 1000110 101011

Color Harmonies of #216EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216EBA

Black with #216EBA

Text Example


Text Example

White with #216EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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