#13184F

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

Shades of Lucky Point #13184F

Tints of Lucky Point #13184F

Color information

#13184F (or 0x13184F) is unknown color: approx Lucky Point. HEX triplet: 13, 18 and 4F. RGB value is (19,24,79). Sum of RGB (Red+Green+Blue) = 19+24+79=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #13184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13184F is #ECE7B0. Grayscale: #1C1C1C. Windows color (decimal): -15525809 or 5183507. OLE color: 5183507.

HSL color Cylindrical-coordinate representation of color #13184F: hue angle of 235º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13184F is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB192479-
CMYK0.760.7000.69
HSL235º61.22%19.22%-
HSV(B)235º75.95%30.98%-
XYZ2.011.367.55-
YUV28.78156.34121.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=15.57%
G=19.67%
B=64.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1924790.760.7000.6923561.2219.22
Hex13184F4C46045eb3d13
Octal233011711410601053537523
Binary1001111000100111110011001000110010001011110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13184F; }

 p { color: rgb(19,24,79); }

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

<style>
 a { background-color: #13184F; }

 a { background-color: rgb(19,24,79); }

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

<style>
 span { border-color: #13184F; }

 span { border-color: rgb(19,24,79); }

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