#19275A

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

Shades of Lucky Point #19275A

Tints of Lucky Point #19275A

Color information

#19275A (or 0x19275A) is unknown color: approx Lucky Point. HEX triplet: 19, 27 and 5A. RGB value is (25,39,90). Sum of RGB (Red+Green+Blue) = 25+39+90=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #19275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275A is #E6D8A5. Grayscale: #282828. Windows color (decimal): -15128742 or 5908249. OLE color: 5908249.

HSL color Cylindrical-coordinate representation of color #19275A: hue angle of 227.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19275A is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB253990-
CMYK0.720.5700.65
HSL227.08º56.52%22.55%-
HSV(B)227.08º72.22%35.29%-
XYZ2.972.49.98-
YUV40.63155.86116.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=16.23%
G=25.32%
B=58.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2539900.720.5700.65227.0856.5222.55
Hex19275A4839041e33917
Octal31471321107101013437127
Binary1100110011110110101001000111001010000011110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19275A; }

 p { color: rgb(25,39,90); }

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

<style>
 a { background-color: #19275A; }

 a { background-color: rgb(25,39,90); }

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

<style>
 span { border-color: #19275A; }

 span { border-color: rgb(25,39,90); }

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