#1C7899

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

Shades of Lochmara #1C7899

Tints of Lochmara #1C7899

Color information

#1C7899 (or 0x1C7899) is unknown color: approx Lochmara. HEX triplet: 1C, 78 and 99. RGB value is (28,120,153). Sum of RGB (Red+Green+Blue) = 28+120+153=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C7899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7899 is #E38766. Grayscale: #606060. Windows color (decimal): -14911335 or 10057756. OLE color: 10057756.

HSL color Cylindrical-coordinate representation of color #1C7899: hue angle of 195.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C7899 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB28120153-
CMYK0.820.2200.4
HSL195.84º69.06%35.49%-
HSV(B)195.84º81.7%60%-
XYZ12.9515.9832.54-
YUV96.25160.0279.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=9.30%
G=39.87%
B=50.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281201530.820.2200.4195.8469.0635.49
Hex1C78995216028c44523
Octal341702311222605030410543
Binary111001111000100110011010010101100101000110001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,120,153); }

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

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

 a { background-color: rgb(28,120,153); }

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

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

 span { border-color: rgb(28,120,153); }

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