#18699E

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

Shades of Lochmara #18699E

Tints of Lochmara #18699E

Color information

#18699E (or 0x18699E) is unknown color: approx Lochmara. HEX triplet: 18, 69 and 9E. RGB value is (24,105,158). Sum of RGB (Red+Green+Blue) = 24+105+158=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #18699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18699E is #E79661. Grayscale: #565656. Windows color (decimal): -15177314 or 10381592. OLE color: 10381592.

HSL color Cylindrical-coordinate representation of color #18699E: hue angle of 203.73º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18699E is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24105158-
CMYK0.850.3400.38
HSL203.73º73.63%35.69%-
HSV(B)203.73º84.81%61.96%-
XYZ11.612.7734.2-
YUV86.82168.1683.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.36%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=8.36%
G=36.59%
B=55.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241051580.850.3400.38203.7373.6335.69
Hex18699E5522026cc4a24
Octal301512361254204631411244
Binary1100011010011001111010101011000100100110110011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18699E; }

 p { color: rgb(24,105,158); }

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

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

 a { background-color: rgb(24,105,158); }

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

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

 span { border-color: rgb(24,105,158); }

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