#1C74AB

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

Shades of Lochmara #1C74AB

Tints of Lochmara #1C74AB

Color information

#1C74AB (or 0x1C74AB) is unknown color: approx Lochmara. HEX triplet: 1C, 74 and AB. RGB value is (28,116,171). Sum of RGB (Red+Green+Blue) = 28+116+171=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C74AB is #E38B54. Grayscale: #5F5F5F. Windows color (decimal): -14912341 or 11236380. OLE color: 11236380.

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

Color convert

RGB28116171-
CMYK0.840.3200.33
HSL203.08º71.86%39.02%-
HSV(B)203.08º83.63%67.06%-
XYZ14.0715.6840.81-
YUV95.96170.3579.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.89%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=8.89%
G=36.83%
B=54.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281161710.840.3200.33203.0871.8639.02
Hex1C74AB5420021cb4827
Octal341642531244004131311047
Binary1110011101001010101110101001000000100001110010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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