#18679A

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

Shades of Lochmara #18679A

Tints of Lochmara #18679A

Color information

#18679A (or 0x18679A) is unknown color: approx Lochmara. HEX triplet: 18, 67 and 9A. RGB value is (24,103,154). Sum of RGB (Red+Green+Blue) = 24+103+154=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #18679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18679A is #E79865. Grayscale: #545454. Windows color (decimal): -15177830 or 10118936. OLE color: 10118936.

HSL color Cylindrical-coordinate representation of color #18679A: hue angle of 203.54º 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 #18679A is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB24103154-
CMYK0.840.3300.40
HSL203.54º73.03%34.9%-
HSV(B)203.54º84.42%60.39%-
XYZ11.0612.2332.35-
YUV85.19166.8384.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=8.54%
G=36.65%
B=54.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal241031540.840.3300.40203.5473.0334.9
Hex18679A5421028cc4923
Octal301472321244105031411143
Binary1100011001111001101010101001000010101000110011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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