#1B75AE

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

Shades of Lochmara #1B75AE

Tints of Lochmara #1B75AE

Color information

#1B75AE (or 0x1B75AE) is unknown color: approx Lochmara. HEX triplet: 1B, 75 and AE. RGB value is (27,117,174). Sum of RGB (Red+Green+Blue) = 27+117+174=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B75AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B75AE is #E48A51. Grayscale: #606060. Windows color (decimal): -14977618 or 11433243. OLE color: 11433243.

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

Color convert

RGB27117174-
CMYK0.840.3300.32
HSL203.27º73.13%39.41%-
HSV(B)203.27º84.48%68.24%-
XYZ14.4516.0142.37-
YUV96.59171.6878.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.49%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=8.49%
G=36.79%
B=54.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271171740.840.3300.32203.2773.1339.41
Hex1B75AE5421020cb4927
Octal331652561244104031311147
Binary1101111101011010111010101001000010100000110010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,174); }

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

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

 a { background-color: rgb(27,117,174); }

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

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

 span { border-color: rgb(27,117,174); }

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