#187099

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

Shades of Lochmara #187099

Tints of Lochmara #187099

Color information

#187099 (or 0x187099) is unknown color: approx Lochmara. HEX triplet: 18, 70 and 99. RGB value is (24,112,153). Sum of RGB (Red+Green+Blue) = 24+112+153=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #187099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187099 is #E78F66. Grayscale: #5A5A5A. Windows color (decimal): -15175527 or 10055704. OLE color: 10055704.

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

Color convert

RGB24112153-
CMYK0.840.2700.4
HSL199.07º72.88%34.71%-
HSV(B)199.07º84.31%60%-
XYZ11.9214.0832.23-
YUV90.36163.3580.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=8.30%
G=38.75%
B=52.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241121530.840.2700.4199.0772.8834.71
Hex187099541B028c74923
Octal301602311243305030711143
Binary110001110000100110011010100110110101000110001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187099; }

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

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

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

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

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

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

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

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