#18689B

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

Shades of Lochmara #18689B

Tints of Lochmara #18689B

Color information

#18689B (or 0x18689B) is unknown color: approx Lochmara. HEX triplet: 18, 68 and 9B. RGB value is (24,104,155). Sum of RGB (Red+Green+Blue) = 24+104+155=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #18689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18689B is #E79764. Grayscale: #555555. Windows color (decimal): -15177573 or 10184728. OLE color: 10184728.

HSL color Cylindrical-coordinate representation of color #18689B: hue angle of 203.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18689B is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24104155-
CMYK0.850.3300.39
HSL203.36º73.18%35.1%-
HSV(B)203.36º84.52%60.78%-
XYZ11.2412.4632.82-
YUV85.8916783.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=8.48%
G=36.75%
B=54.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241041550.850.3300.39203.3673.1835.1
Hex18689B5521027cb4923
Octal301502331254104731311143
Binary1100011010001001101110101011000010100111110010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,104,155); }

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

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

 a { background-color: rgb(24,104,155); }

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

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

 span { border-color: rgb(24,104,155); }

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