#14679C

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

Shades of Lochmara #14679C

Tints of Lochmara #14679C

Color information

#14679C (or 0x14679C) is unknown color: approx Lochmara. HEX triplet: 14, 67 and 9C. RGB value is (20,103,156). Sum of RGB (Red+Green+Blue) = 20+103+156=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #14679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14679C is #EB9863. Grayscale: #535353. Windows color (decimal): -15439972 or 10250004. OLE color: 10250004.

HSL color Cylindrical-coordinate representation of color #14679C: hue angle of 203.38º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14679C is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB20103156-
CMYK0.870.3400.39
HSL203.38º77.27%34.51%-
HSV(B)203.38º87.18%61.18%-
XYZ11.1412.2533.23-
YUV84.22168.582.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=7.17%
G=36.92%
B=55.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201031560.870.3400.39203.3877.2734.51
Hex14679C5722027cb4d23
Octal241472341274204731311543
Binary1010011001111001110010101111000100100111110010111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14679C; }

 p { color: rgb(20,103,156); }

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

<style>
 a { background-color: #14679C; }

 a { background-color: rgb(20,103,156); }

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

<style>
 span { border-color: #14679C; }

 span { border-color: rgb(20,103,156); }

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