#18699B

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

Shades of Lochmara #18699B

Tints of Lochmara #18699B

Color information

#18699B (or 0x18699B) is unknown color: approx Lochmara. HEX triplet: 18, 69 and 9B. RGB value is (24,105,155). Sum of RGB (Red+Green+Blue) = 24+105+155=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #18699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18699B is #E79664. Grayscale: #565656. Windows color (decimal): -15177317 or 10184984. OLE color: 10184984.

HSL color Cylindrical-coordinate representation of color #18699B: hue angle of 202.9º 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 #18699B is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24105155-
CMYK0.850.3200.39
HSL202.9º73.18%35.1%-
HSV(B)202.9º84.52%60.78%-
XYZ11.3412.6632.86-
YUV86.48166.6683.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=8.45%
G=36.97%
B=54.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241051550.850.3200.39202.973.1835.1
Hex18699B5520027cb4923
Octal301512331254004731311143
Binary1100011010011001101110101011000000100111110010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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