#1c7296

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

Shades of Lochmara #1C7296

Tints of Lochmara #1C7296

Color information

#1C7296 (or 0x1C7296) is unknown color: approx Lochmara. HEX triplet: 1C, 72 and 96. RGB value is (28,114,150). Sum of RGB (Red+Green+Blue) = 28+114+150=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7296 is #E38D69. Grayscale: #5C5C5C. Windows color (decimal): -14912874 or 9859612. OLE color: 9859612.

HSL color Cylindrical-coordinate representation of color #1C7296: hue angle of 197.7º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7296 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB28114150-
CMYK0.810.2400.41
HSL197.7º68.54%34.9%-
HSV(B)197.7º81.33%58.82%-
XYZ1214.4831.02-
YUV92.39160.5182.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=9.59%
G=39.04%
B=51.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281141500.810.2400.41197.768.5434.9
Hex1C72965118029c64523
Octal341622261213005130610543
Binary111001110010100101101010001110000101001110001101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c7296; }

 p { color: rgb(28,114,150); }

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

<style>
 a { background-color: #1c7296; }

 a { background-color: rgb(28,114,150); }

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

<style>
 span { border-color: #1c7296; }

 span { border-color: rgb(28,114,150); }

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