#187199

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

Shades of Lochmara #187199

Tints of Lochmara #187199

Color information

#187199 (or 0x187199) is unknown color: approx Lochmara. HEX triplet: 18, 71 and 99. RGB value is (24,113,153). Sum of RGB (Red+Green+Blue) = 24+113+153=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #187199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187199 is #E78E66. Grayscale: #5A5A5A. Windows color (decimal): -15175271 or 10055960. OLE color: 10055960.

HSL color Cylindrical-coordinate representation of color #187199: hue angle of 198.6º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187199 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24113153-
CMYK0.840.2600.4
HSL198.6º72.88%34.71%-
HSV(B)198.6º84.31%60%-
XYZ12.0314.332.26-
YUV90.95163.0180.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.28%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=8.28%
G=38.97%
B=52.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241131530.840.2600.4198.672.8834.71
Hex187199541A028c74923
Octal301612311243205030711143
Binary110001110001100110011010100110100101000110001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187199; }

 p { color: rgb(24,113,153); }

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

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

 a { background-color: rgb(24,113,153); }

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

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

 span { border-color: rgb(24,113,153); }

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