#1C75AF

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

Shades of Lochmara #1C75AF

Tints of Lochmara #1C75AF

Color information

#1C75AF (or 0x1C75AF) is unknown color: approx Lochmara. HEX triplet: 1C, 75 and AF. RGB value is (28,117,175). Sum of RGB (Red+Green+Blue) = 28+117+175=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C75AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C75AF is #E38A50. Grayscale: #606060. Windows color (decimal): -14912081 or 11498780. OLE color: 11498780.

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

Color convert

RGB28117175-
CMYK0.840.3300.31
HSL203.67º72.41%39.8%-
HSV(B)203.67º84%68.63%-
XYZ14.5816.0642.89-
YUV97172.0178.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.75%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=8.75%
G=36.56%
B=54.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281171750.840.3300.31203.6772.4139.8
Hex1C75AF542101Fcc4828
Octal341652571244103731411050
Binary111001110101101011111010100100001011111110011001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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