#1C74AE

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

Shades of Lochmara #1C74AE

Tints of Lochmara #1C74AE

Color information

#1C74AE (or 0x1C74AE) is unknown color: approx Lochmara. HEX triplet: 1C, 74 and AE. RGB value is (28,116,174). Sum of RGB (Red+Green+Blue) = 28+116+174=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C74AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C74AE is #E38B51. Grayscale: #5F5F5F. Windows color (decimal): -14912338 or 11432988. OLE color: 11432988.

HSL color Cylindrical-coordinate representation of color #1C74AE: hue angle of 203.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C74AE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB28116174-
CMYK0.840.3300.32
HSL203.84º72.28%39.61%-
HSV(B)203.84º83.91%68.24%-
XYZ14.3615.7942.34-
YUV96.3171.8579.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.81%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=8.81%
G=36.48%
B=54.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281161740.840.3300.32203.8472.2839.61
Hex1C74AE5421020cc4828
Octal341642561244104031411050
Binary1110011101001010111010101001000010100000110011001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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