#1C72AE

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

Shades of Lochmara #1C72AE

Tints of Lochmara #1C72AE

Color information

#1C72AE (or 0x1C72AE) is unknown color: approx Lochmara. HEX triplet: 1C, 72 and AE. RGB value is (28,114,174). Sum of RGB (Red+Green+Blue) = 28+114+174=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C72AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C72AE is #E38D51. Grayscale: #5E5E5E. Windows color (decimal): -14912850 or 11432476. OLE color: 11432476.

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

Color convert

RGB28114174-
CMYK0.840.3400.32
HSL204.66º72.28%39.61%-
HSV(B)204.66º83.91%68.24%-
XYZ14.1415.3442.26-
YUV95.13172.5180.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.86%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=8.86%
G=36.08%
B=55.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281141740.840.3400.32204.6672.2839.61
Hex1C72AE5422020cd4828
Octal341622561244204031511050
Binary1110011100101010111010101001000100100000110011011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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