#1E7BB0

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

Shades of Lochmara #1E7BB0

Tints of Lochmara #1E7BB0

Color information

#1E7BB0 (or 0x1E7BB0) is unknown color: approx Lochmara. HEX triplet: 1E, 7B and B0. RGB value is (30,123,176). Sum of RGB (Red+Green+Blue) = 30+123+176=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #1E7BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7BB0 is #E1844F. Grayscale: #646464. Windows color (decimal): -14779472 or 11565854. OLE color: 11565854.

HSL color Cylindrical-coordinate representation of color #1E7BB0: hue angle of 201.78º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E7BB0 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30123176-
CMYK0.830.3000.31
HSL201.78º70.87%40.39%-
HSV(B)201.78º82.95%69.02%-
XYZ15.4517.5843.65-
YUV101.23170.1977.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.12%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 176 (69.14% from 255) = 53.50%
R=9.12%
G=37.39%
B=53.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301231760.830.3000.31201.7870.8740.39
Hex1E7BB0531E01Fca4728
Octal361732601233603731210750
Binary11110111101110110000101001111110011111110010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,123,176); }

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

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

 a { background-color: rgb(30,123,176); }

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

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

 span { border-color: rgb(30,123,176); }

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