Html Css Color HEX #192959 Lucky Point

📋 copy color: '#192959'

red 25 ◦ green 41 ◦ blue 89

#192959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #192959

Tints of Lucky Point #192959

RGB

 RED value IS 25 (10.16% from 255) = 16.13%

 GREEN value IS 41 (16.41% from 255) = 26.45%

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 16.13%
G = 26.45%
B = 57.42%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#192959 (or 0x192959) is known color: Lucky Point. HEX triplet: 19, 29 and 59. RGB value is (25,41,89). Sum of RGB (Red+Green+Blue) = 25+41+89=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #192959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192959 is #E6D6A6. Grayscale: #292929. Windows color (decimal): -15128231 or 5843225. OLE color: 5843225.

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

Color convert

RGB 25 41 89 -
CMYK 0.72 0.54 0 0.65
HSL 225º 0.56% 0.22% -
HSV(B) 225º 0.72% 0.35% -
XYZ 3 2.51 9.78 -
YUV 41.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 25 41 89 0.72 0.54 0 0.65 225 0.56 0.22
Hex 19 29 59 48 36 0 41 E1 38 16
Octal 31 51 131 110 66 0 101 341 70 26
Binary 11001 101001 1011001 1001000 110110 0 1000001 11100001 111000 10110

Color Harmonies of #192959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192959

Black with #192959

Text Example


Text Example

White with #192959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192959; }

 p { color: rgb(25,41,89); }

 H1.HeaderClassName
 {
   color: #192959;
 }
 .AnyTagClassName
 {
   color: #192959;
 }
</style>

background-color css

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

 a { background-color: rgb(25,41,89); }

 div.DivClassName
 {
   background-color: #192959;
 }
 .BgClassName
 {
   background-color: #192959;
 }
</style>

border-color css

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

 span { border-color: rgb(25,41,89); }

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