#18719D

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

Shades of Lochmara #18719D

Tints of Lochmara #18719D

Color information

#18719D (or 0x18719D) is unknown color: approx Lochmara. HEX triplet: 18, 71 and 9D. RGB value is (24,113,157). Sum of RGB (Red+Green+Blue) = 24+113+157=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #18719D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18719D is #E78E62. Grayscale: #5B5B5B. Windows color (decimal): -15175267 or 10318104. OLE color: 10318104.

HSL color Cylindrical-coordinate representation of color #18719D: hue angle of 199.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18719D is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24113157-
CMYK0.850.2800.38
HSL199.85º73.48%35.49%-
HSV(B)199.85º84.71%61.57%-
XYZ12.3714.4434.03-
YUV91.4165.0179.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=8.16%
G=38.44%
B=53.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241131570.850.2800.38199.8573.4835.49
Hex18719D551C026c84923
Octal301612351253404631011143
Binary110001110001100111011010101111000100110110010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18719D; }

 p { color: rgb(24,113,157); }

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

<style>
 a { background-color: #18719D; }

 a { background-color: rgb(24,113,157); }

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

<style>
 span { border-color: #18719D; }

 span { border-color: rgb(24,113,157); }

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