#1C74A5

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

Shades of Lochmara #1C74A5

Tints of Lochmara #1C74A5

Color information

#1C74A5 (or 0x1C74A5) is unknown color: approx Lochmara. HEX triplet: 1C, 74 and A5. RGB value is (28,116,165). Sum of RGB (Red+Green+Blue) = 28+116+165=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #1C74A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C74A5 is #E38B5A. Grayscale: #5E5E5E. Windows color (decimal): -14912347 or 10843164. OLE color: 10843164.

HSL color Cylindrical-coordinate representation of color #1C74A5: hue angle of 201.46º 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 #1C74A5 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB28116165-
CMYK0.830.3000.35
HSL201.46º70.98%37.84%-
HSV(B)201.46º83.03%64.71%-
XYZ13.5215.4537.87-
YUV95.27167.3580.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.06%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 165 (64.84% from 255) = 53.40%
R=9.06%
G=37.54%
B=53.40%

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
Decimal281161650.830.3000.35201.4670.9837.84
Hex1C74A5531E023c94726
Octal341642451233604331110746
Binary111001110100101001011010011111100100011110010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C74A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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