Html Css Color HEX #192859 Lucky Point

📋 copy color: '#192859'

red 25 ◦ green 40 ◦ blue 89

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

Shades of Lucky Point #192859

Tints of Lucky Point #192859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

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

R = 16.23%
G = 25.97%
B = 57.79%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#192859 (or 0x192859) is known color: Lucky Point. HEX triplet: 19, 28 and 59. RGB value is (25,40,89). Sum of RGB (Red+Green+Blue) = 25+40+89=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #192859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192859 is #E6D7A6. Grayscale: #282828. Windows color (decimal): -15128487 or 5842969. OLE color: 5842969.

HSL color Cylindrical-coordinate representation of color #192859: hue angle of 225.94º 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 #192859 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 40 89 -
CMYK 0.72 0.55 0 0.65
HSL 225.94º 0.56% 0.22% -
HSV(B) 225.94º 0.72% 0.35% -
XYZ 2.96 2.45 9.77 -
YUV 41.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 25 40 89 0.72 0.55 0 0.65 225.94 0.56 0.22
Hex 19 28 59 48 37 0 41 E2 38 16
Octal 31 50 131 110 67 0 101 342 70 26
Binary 11001 101000 1011001 1001000 110111 0 1000001 11100010 111000 10110

Color Harmonies of #192859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192859

Black with #192859

Text Example


Text Example

White with #192859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192859; }

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

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

background-color css

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

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

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

border-color css

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

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

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