#18679b

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

Shades of Lochmara #18679B

Tints of Lochmara #18679B

Color information

#18679B (or 0x18679B) is unknown color: approx Lochmara. HEX triplet: 18, 67 and 9B. RGB value is (24,103,155). Sum of RGB (Red+Green+Blue) = 24+103+155=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #18679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18679B is #E79864. Grayscale: #555555. Windows color (decimal): -15177829 or 10184472. OLE color: 10184472.

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

Color convert

RGB24103155-
CMYK0.850.3400.39
HSL203.82º73.18%35.1%-
HSV(B)203.82º84.52%60.78%-
XYZ11.1412.2632.79-
YUV85.31167.3384.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.51%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=8.51%
G=36.52%
B=54.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241031550.850.3400.39203.8273.1835.1
Hex18679B5522027cc4923
Octal301472331254204731411143
Binary1100011001111001101110101011000100100111110011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18679b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18679b; }

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

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

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

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

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

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

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

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