#1E264F

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

Shades of Lucky Point #1E264F

Tints of Lucky Point #1E264F

Color information

#1E264F (or 0x1E264F) is unknown color: approx Lucky Point. HEX triplet: 1E, 26 and 4F. RGB value is (30,38,79). Sum of RGB (Red+Green+Blue) = 30+38+79=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E264F is #E1D9B0. Grayscale: #282828. Windows color (decimal): -14801329 or 5187102. OLE color: 5187102.

HSL color Cylindrical-coordinate representation of color #1E264F: hue angle of 230.2º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E264F is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB303879-
CMYK0.620.5200.69
HSL230.2º44.95%21.37%-
HSV(B)230.2º62.03%30.98%-
XYZ2.642.237.69-
YUV40.28149.85120.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=20.41%
G=25.85%
B=53.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3038790.620.5200.69230.244.9521.37
Hex1E264F3E34045e62d15
Octal3646117766401053465525
Binary111101001101001111111110110100010001011110011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,79); }

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

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

 a { background-color: rgb(30,38,79); }

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

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

 span { border-color: rgb(30,38,79); }

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