#19264E

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

Shades of Lucky Point #19264E

Tints of Lucky Point #19264E

Color information

#19264E (or 0x19264E) is unknown color: approx Lucky Point. HEX triplet: 19, 26 and 4E. RGB value is (25,38,78). Sum of RGB (Red+Green+Blue) = 25+38+78=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #19264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19264E is #E6D9B1. Grayscale: #262626. Windows color (decimal): -15129010 or 5121561. OLE color: 5121561.

HSL color Cylindrical-coordinate representation of color #19264E: hue angle of 225.28º 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 #19264E is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB253878-
CMYK0.680.5100.69
HSL225.28º51.46%20.2%-
HSV(B)225.28º67.95%30.59%-
XYZ2.472.147.49-
YUV38.67150.19118.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=17.73%
G=26.95%
B=55.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2538780.680.5100.69225.2851.4620.2
Hex19264E4433045e13314
Octal31461161046301053416324
Binary1100110011010011101000100110011010001011110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19264E; }

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

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

<style>
 a { background-color: #19264E; }

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

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

<style>
 span { border-color: #19264E; }

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

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