#21799B

Color #21799B Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #21799B

Tints of Lochmara #21799B

Color information

#21799B (or 0x21799B) is unknown color: approx Lochmara. HEX triplet: 21, 79 and 9B. RGB value is (33,121,155). Sum of RGB (Red+Green+Blue) = 33+121+155=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #21799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21799B is #DE8664. Grayscale: #626262. Windows color (decimal): -14583397 or 10189089. OLE color: 10189089.

HSL color Cylindrical-coordinate representation of color #21799B: hue angle of 196.72º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21799B is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33121155-
CMYK0.790.2200.39
HSL196.72º64.89%36.86%-
HSV(B)196.72º78.71%60.78%-
XYZ13.3816.3633.46-
YUV98.56159.8581.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=10.68%
G=39.16%
B=50.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331211550.790.2200.39196.7264.8936.86
Hex21799B4F16027c54125
Octal411712331172604730510145
Binary1000011111001100110111001111101100100111110001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21799B; }

 p { color: rgb(33,121,155); }

 H1.HeaderClassName
 {
   color: #21799B;
 }
 .AnyTagClassName
 {
   color: #21799B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,121,155); }

 div.DivClassName
 {
   background-color: #21799B;
 }
 .BgClassName
 {
   background-color: #21799B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,121,155); }

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