Html Css Color HEX #216599 Lochmara

📋 copy color: '#216599'

red 33 ◦ green 101 ◦ blue 153

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

Shades of Lochmara #216599

Tints of Lochmara #216599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 11.5%
G = 35.19%
B = 53.31%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216599 (or 0x216599) is known color: Lochmara. HEX triplet: 21, 65 and 99. RGB value is (33,101,153). Sum of RGB (Red+Green+Blue) = 33+101+153=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #216599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216599 is #DE9A66. Grayscale: #565656. Windows color (decimal): -14588519 or 10052897. OLE color: 10052897.

HSL color Cylindrical-coordinate representation of color #216599: hue angle of 206º 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 #216599 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 101 153 -
CMYK 0.78 0.34 0 0.4
HSL 206º 0.65% 0.36% -
HSV(B) 206º 0.78% 0.6% -
XYZ 11.03 11.93 31.86 -
YUV 86.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 33 101 153 0.78 0.34 0 0.4 206 0.65 0.36
Hex 21 65 99 4E 22 0 28 CE 41 24
Octal 41 145 231 116 42 0 50 316 101 44
Binary 100001 1100101 10011001 1001110 100010 0 101000 11001110 1000001 100100

Color Harmonies of #216599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216599

Black with #216599

Text Example


Text Example

White with #216599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216599; }

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

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

background-color css

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

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

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

border-color css

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

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

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