Html Css Color HEX #19255B Lucky Point

📋 copy color: '#19255B'

red 25 ◦ green 37 ◦ blue 91

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

Shades of Lucky Point #19255B

Tints of Lucky Point #19255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 16.34%
G = 24.18%
B = 59.48%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19255B (or 0x19255B) is known color: Lucky Point. HEX triplet: 19, 25 and 5B. RGB value is (25,37,91). Sum of RGB (Red+Green+Blue) = 25+37+91=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #19255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19255B is #E6DAA4. Grayscale: #272727. Windows color (decimal): -15129253 or 5973273. OLE color: 5973273.

HSL color Cylindrical-coordinate representation of color #19255B: hue angle of 229.09º degrees, saturation: 0.57, 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 #19255B is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 37 91 -
CMYK 0.73 0.59 0 0.64
HSL 229.09º 0.57% 0.23% -
HSV(B) 229.09º 0.73% 0.36% -
XYZ 2.95 2.29 10.18 -
YUV 39.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 25 37 91 0.73 0.59 0 0.64 229.09 0.57 0.23
Hex 19 25 5B 49 3B 0 40 E5 39 17
Octal 31 45 133 111 73 0 100 345 71 27
Binary 11001 100101 1011011 1001001 111011 0 1000000 11100101 111001 10111

Color Harmonies of #19255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19255B

Black with #19255B

Text Example


Text Example

White with #19255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19255B; }

 p { color: rgb(25,37,91); }

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

background-color css

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

 a { background-color: rgb(25,37,91); }

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

border-color css

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

 span { border-color: rgb(25,37,91); }

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