#1E629F

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

Shades of Lochmara #1E629F

Tints of Lochmara #1E629F

Color information

#1E629F (or 0x1E629F) is unknown color: approx Lochmara. HEX triplet: 1E, 62 and 9F. RGB value is (30,98,159). Sum of RGB (Red+Green+Blue) = 30+98+159=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E629F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E629F is #E19D60. Grayscale: #545454. Windows color (decimal): -14785889 or 10445342. OLE color: 10445342.

HSL color Cylindrical-coordinate representation of color #1E629F: hue angle of 208.37º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E629F is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3098159-
CMYK0.810.3800.38
HSL208.37º68.25%37.06%-
HSV(B)208.37º81.13%62.35%-
XYZ11.1611.5134.44-
YUV84.62169.9789.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=10.45%
G=34.15%
B=55.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30981590.810.3800.38208.3768.2537.06
Hex1E629F5126026d04425
Octal361422371214604632010445
Binary1111011000101001111110100011001100100110110100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,98,159); }

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

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

 a { background-color: rgb(30,98,159); }

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

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

 span { border-color: rgb(30,98,159); }

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