#18639E

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

Shades of Lochmara #18639E

Tints of Lochmara #18639E

Color information

#18639E (or 0x18639E) is unknown color: approx Lochmara. HEX triplet: 18, 63 and 9E. RGB value is (24,99,158). Sum of RGB (Red+Green+Blue) = 24+99+158=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #18639E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18639E is #E79C61. Grayscale: #525252. Windows color (decimal): -15178850 or 10380056. OLE color: 10380056.

HSL color Cylindrical-coordinate representation of color #18639E: hue angle of 206.42º 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 #18639E is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2499158-
CMYK0.850.3700.38
HSL206.42º73.63%35.69%-
HSV(B)206.42º84.81%61.96%-
XYZ11.0111.5934-
YUV83.3170.1585.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=8.54%
G=35.23%
B=56.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24991580.850.3700.38206.4273.6335.69
Hex18639E5525026ce4a24
Octal301432361254504631611244
Binary1100011000111001111010101011001010100110110011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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