#1c72af

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

Shades of Lochmara #1C72AF

Tints of Lochmara #1C72AF

Color information

#1C72AF (or 0x1C72AF) is unknown color: approx Lochmara. HEX triplet: 1C, 72 and AF. RGB value is (28,114,175). Sum of RGB (Red+Green+Blue) = 28+114+175=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C72AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C72AF is #E38D50. Grayscale: #5E5E5E. Windows color (decimal): -14912849 or 11498012. OLE color: 11498012.

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

Color convert

RGB28114175-
CMYK0.840.3500.31
HSL204.9º72.41%39.8%-
HSV(B)204.9º84%68.63%-
XYZ14.2315.3842.78-
YUV95.24173.0180.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.83%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=8.83%
G=35.96%
B=55.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281141750.840.3500.31204.972.4139.8
Hex1C72AF542301Fcd4828
Octal341622571244303731511050
Binary111001110010101011111010100100011011111110011011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c72af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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