#1B72AB

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

Shades of Lochmara #1B72AB

Tints of Lochmara #1B72AB

Color information

#1B72AB (or 0x1B72AB) is unknown color: approx Lochmara. HEX triplet: 1B, 72 and AB. RGB value is (27,114,171). Sum of RGB (Red+Green+Blue) = 27+114+171=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B72AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B72AB is #E48D54. Grayscale: #5E5E5E. Windows color (decimal): -14978389 or 11235867. OLE color: 11235867.

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

Color convert

RGB27114171-
CMYK0.840.3300.33
HSL203.75º72.73%38.82%-
HSV(B)203.75º84.21%67.06%-
XYZ13.8215.2140.74-
YUV94.48171.1879.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=8.65%
G=36.54%
B=54.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271141710.840.3300.33203.7572.7338.82
Hex1B72AB5421021cc4927
Octal331622531244104131411147
Binary1101111100101010101110101001000010100001110011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,171); }

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

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

 a { background-color: rgb(27,114,171); }

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

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

 span { border-color: rgb(27,114,171); }

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