#1c74a6

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

Shades of Lochmara #1C74A6

Tints of Lochmara #1C74A6

Color information

#1C74A6 (or 0x1C74A6) is unknown color: approx Lochmara. HEX triplet: 1C, 74 and A6. RGB value is (28,116,166). Sum of RGB (Red+Green+Blue) = 28+116+166=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #1C74A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C74A6 is #E38B59. Grayscale: #5F5F5F. Windows color (decimal): -14912346 or 10908700. OLE color: 10908700.

HSL color Cylindrical-coordinate representation of color #1C74A6: hue angle of 201.74º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C74A6 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB28116166-
CMYK0.830.3000.35
HSL201.74º71.13%38.04%-
HSV(B)201.74º83.13%65.1%-
XYZ13.6115.4938.35-
YUV95.39167.8579.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.03%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=9.03%
G=37.42%
B=53.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281161660.830.3000.35201.7471.1338.04
Hex1C74A6531E023ca4726
Octal341642461233604331210746
Binary111001110100101001101010011111100100011110010101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c74a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,116,166); }

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

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

 a { background-color: rgb(28,116,166); }

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

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

 span { border-color: rgb(28,116,166); }

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