Html Css Color HEX #216FBA Denim

📋 copy color: '#216FBA'

red 33 ◦ green 111 ◦ blue 186

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

Shades of Denim #216FBA

Tints of Denim #216FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

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

R = 10%
G = 33.64%
B = 56.36%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#216FBA (or 0x216FBA) is known color: Denim. HEX triplet: 21, 6F and BA. RGB value is (33,111,186). Sum of RGB (Red+Green+Blue) = 33+111+186=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #216FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FBA is #DE9045. Grayscale: #5F5F5F. Windows color (decimal): -14585926 or 12218145. OLE color: 12218145.

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

Color convert

RGB 33 111 186 -
CMYK 0.82 0.40 0 0.27
HSL 209.41º 0.7% 0.43% -
HSV(B) 209.41º 0.82% 0.73% -
XYZ 15.17 15.24 48.6 -
YUV 96.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 33 111 186 0.82 0.40 0 0.27 209.41 0.7 0.43
Hex 21 6F BA 52 28 0 1B D1 46 2B
Octal 41 157 272 122 50 0 33 321 106 53
Binary 100001 1101111 10111010 1010010 101000 0 11011 11010001 1000110 101011

Color Harmonies of #216FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216FBA

Black with #216FBA

Text Example


Text Example

White with #216FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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