#1B73AA

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

Shades of Lochmara #1B73AA

Tints of Lochmara #1B73AA

Color information

#1B73AA (or 0x1B73AA) is unknown color: approx Lochmara. HEX triplet: 1B, 73 and AA. RGB value is (27,115,170). Sum of RGB (Red+Green+Blue) = 27+115+170=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 115 (45.31% from 255 or 36.86% 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 #1B73AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B73AA is #E48C55. Grayscale: #5E5E5E. Windows color (decimal): -14978134 or 11170587. OLE color: 11170587.

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

Color convert

RGB27115170-
CMYK0.840.3200.33
HSL203.08º72.59%38.63%-
HSV(B)203.08º84.12%66.67%-
XYZ13.8415.440.27-
YUV94.96170.3579.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=8.65%
G=36.86%
B=54.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271151700.840.3200.33203.0872.5938.63
Hex1B73AA5420021cb4927
Octal331632521244004131311147
Binary1101111100111010101010101001000000100001110010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,115,170); }

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

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

 a { background-color: rgb(27,115,170); }

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

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

 span { border-color: rgb(27,115,170); }

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