#18709D

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

Shades of Lochmara #18709D

Tints of Lochmara #18709D

Color information

#18709D (or 0x18709D) is unknown color: approx Lochmara. HEX triplet: 18, 70 and 9D. RGB value is (24,112,157). Sum of RGB (Red+Green+Blue) = 24+112+157=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #18709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18709D is #E78F62. Grayscale: #5A5A5A. Windows color (decimal): -15175523 or 10317848. OLE color: 10317848.

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

Color convert

RGB24112157-
CMYK0.850.2900.38
HSL200.3º73.48%35.49%-
HSV(B)200.3º84.71%61.57%-
XYZ12.2614.2234-
YUV90.82165.3580.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=8.19%
G=38.23%
B=53.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241121570.850.2900.38200.373.4835.49
Hex18709D551D026c84923
Octal301602351253504631011143
Binary110001110000100111011010101111010100110110010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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