#191E4E

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

Shades of Lucky Point #191E4E

Tints of Lucky Point #191E4E

Color information

#191E4E (or 0x191E4E) is unknown color: approx Lucky Point. HEX triplet: 19, 1E and 4E. RGB value is (25,30,78). Sum of RGB (Red+Green+Blue) = 25+30+78=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #191E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191E4E is #E6E1B1. Grayscale: #212121. Windows color (decimal): -15131058 or 5119513. OLE color: 5119513.

HSL color Cylindrical-coordinate representation of color #191E4E: hue angle of 234.34º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191E4E is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB253078-
CMYK0.680.6200.69
HSL234.34º51.46%20.2%-
HSV(B)234.34º67.95%30.59%-
XYZ2.241.697.41-
YUV33.98152.84121.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=18.80%
G=22.56%
B=58.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2530780.680.6200.69234.3451.4620.2
Hex191E4E443E045ea3314
Octal31361161047601053526324
Binary110011111010011101000100111110010001011110101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191E4E; }

 p { color: rgb(25,30,78); }

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

<style>
 a { background-color: #191E4E; }

 a { background-color: rgb(25,30,78); }

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

<style>
 span { border-color: #191E4E; }

 span { border-color: rgb(25,30,78); }

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