#1C72AA

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

Shades of Lochmara #1C72AA

Tints of Lochmara #1C72AA

Color information

#1C72AA (or 0x1C72AA) is unknown color: approx Lochmara. HEX triplet: 1C, 72 and AA. RGB value is (28,114,170). Sum of RGB (Red+Green+Blue) = 28+114+170=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C72AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C72AA is #E38D55. Grayscale: #5E5E5E. Windows color (decimal): -14912854 or 11170332. OLE color: 11170332.

HSL color Cylindrical-coordinate representation of color #1C72AA: hue angle of 203.66º 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 #1C72AA is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28114170-
CMYK0.840.3300.33
HSL203.66º71.72%38.82%-
HSV(B)203.66º83.53%66.67%-
XYZ13.7515.1840.24-
YUV94.67170.5180.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=8.97%
G=36.54%
B=54.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281141700.840.3300.33203.6671.7238.82
Hex1C72AA5421021cc4827
Octal341622521244104131411047
Binary1110011100101010101010101001000010100001110011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,170); }

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

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

 a { background-color: rgb(28,114,170); }

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

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

 span { border-color: rgb(28,114,170); }

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