#187299

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

Shades of Lochmara #187299

Tints of Lochmara #187299

Color information

#187299 (or 0x187299) is unknown color: approx Lochmara. HEX triplet: 18, 72 and 99. RGB value is (24,114,153). Sum of RGB (Red+Green+Blue) = 24+114+153=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #187299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187299 is #E78D66. Grayscale: #5B5B5B. Windows color (decimal): -15175015 or 10056216. OLE color: 10056216.

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

Color convert

RGB24114153-
CMYK0.840.2500.4
HSL198.14º72.88%34.71%-
HSV(B)198.14º84.31%60%-
XYZ12.1414.5332.3-
YUV91.54162.6879.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=8.25%
G=39.18%
B=52.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241141530.840.2500.4198.1472.8834.71
Hex1872995419028c64923
Octal301622311243105030611143
Binary110001110010100110011010100110010101000110001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187299; }

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

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

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

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

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

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

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

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