Html Css Color HEX #19235D Lucky Point

📋 copy color: '#19235D'

red 25 ◦ green 35 ◦ blue 93

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

Shades of Lucky Point #19235D

Tints of Lucky Point #19235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

 BLUE value IS 93 (36.72% from 255) = 60.78%

R = 16.34%
G = 22.88%
B = 60.78%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19235D (or 0x19235D) is known color: Lucky Point. HEX triplet: 19, 23 and 5D. RGB value is (25,35,93). Sum of RGB (Red+Green+Blue) = 25+35+93=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #19235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19235D is #E6DCA2. Grayscale: #262626. Windows color (decimal): -15129763 or 6103833. OLE color: 6103833.

HSL color Cylindrical-coordinate representation of color #19235D: hue angle of 231.18º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19235D is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 35 93 -
CMYK 0.73 0.62 0 0.64
HSL 231.18º 0.58% 0.23% -
HSV(B) 231.18º 0.73% 0.36% -
XYZ 2.98 2.2 10.62 -
YUV 38.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 25 35 93 0.73 0.62 0 0.64 231.18 0.58 0.23
Hex 19 23 5D 49 3E 0 40 E7 3A 17
Octal 31 43 135 111 76 0 100 347 72 27
Binary 11001 100011 1011101 1001001 111110 0 1000000 11100111 111010 10111

Color Harmonies of #19235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19235D

Black with #19235D

Text Example


Text Example

White with #19235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19235D; }

 p { color: rgb(25,35,93); }

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

background-color css

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

 a { background-color: rgb(25,35,93); }

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

border-color css

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

 span { border-color: rgb(25,35,93); }

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