#1E7A9B

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

Shades of Lochmara #1E7A9B

Tints of Lochmara #1E7A9B

Color information

#1E7A9B (or 0x1E7A9B) is unknown color: approx Lochmara. HEX triplet: 1E, 7A and 9B. RGB value is (30,122,155). Sum of RGB (Red+Green+Blue) = 30+122+155=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E7A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7A9B is #E18564. Grayscale: #626262. Windows color (decimal): -14779749 or 10189342. OLE color: 10189342.

HSL color Cylindrical-coordinate representation of color #1E7A9B: hue angle of 195.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E7A9B is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB30122155-
CMYK0.810.2100.39
HSL195.84º67.57%36.27%-
HSV(B)195.84º80.65%60.78%-
XYZ13.4116.5633.5-
YUV98.25160.0279.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=9.77%
G=39.74%
B=50.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301221550.810.2100.39195.8467.5736.27
Hex1E7A9B5115027c44424
Octal361722331212504730410444
Binary111101111010100110111010001101010100111110001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,155); }

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

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

 a { background-color: rgb(30,122,155); }

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

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

 span { border-color: rgb(30,122,155); }

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