Html Css Color HEX #216D99 Lochmara

📋 copy color: '#216D99'

red 33 ◦ green 109 ◦ blue 153

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

Shades of Lochmara #216D99

Tints of Lochmara #216D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 11.19%
G = 36.95%
B = 51.86%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216D99 (or 0x216D99) is known color: Lochmara. HEX triplet: 21, 6D and 99. RGB value is (33,109,153). Sum of RGB (Red+Green+Blue) = 33+109+153=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #216D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D99 is #DE9266. Grayscale: #5B5B5B. Windows color (decimal): -14586471 or 10054945. OLE color: 10054945.

HSL color Cylindrical-coordinate representation of color #216D99: hue angle of 202º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216D99 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 109 153 -
CMYK 0.78 0.29 0 0.4
HSL 202º 0.65% 0.36% -
HSV(B) 202º 0.78% 0.6% -
XYZ 11.85 13.56 32.13 -
YUV 91.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 33 109 153 0.78 0.29 0 0.4 202 0.65 0.36
Hex 21 6D 99 4E 1D 0 28 CA 41 24
Octal 41 155 231 116 35 0 50 312 101 44
Binary 100001 1101101 10011001 1001110 11101 0 101000 11001010 1000001 100100

Color Harmonies of #216D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216D99

Black with #216D99

Text Example


Text Example

White with #216D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,109,153); }

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

background-color css

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

 a { background-color: rgb(33,109,153); }

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

border-color css

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

 span { border-color: rgb(33,109,153); }

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