Html Css Color HEX #19255A Lucky Point

📋 copy color: '#19255A'

red 25 ◦ green 37 ◦ blue 90

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

Shades of Lucky Point #19255A

Tints of Lucky Point #19255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 16.45%
G = 24.34%
B = 59.21%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19255A (or 0x19255A) is known color: Lucky Point. HEX triplet: 19, 25 and 5A. RGB value is (25,37,90). Sum of RGB (Red+Green+Blue) = 25+37+90=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #19255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19255A is #E6DAA5. Grayscale: #272727. Windows color (decimal): -15129254 or 5907737. OLE color: 5907737.

HSL color Cylindrical-coordinate representation of color #19255A: hue angle of 228.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19255A is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 37 90 -
CMYK 0.72 0.59 0 0.65
HSL 228.92º 0.57% 0.23% -
HSV(B) 228.92º 0.72% 0.35% -
XYZ 2.91 2.27 9.96 -
YUV 39.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 25 37 90 0.72 0.59 0 0.65 228.92 0.57 0.23
Hex 19 25 5A 48 3B 0 41 E5 39 17
Octal 31 45 132 110 73 0 101 345 71 27
Binary 11001 100101 1011010 1001000 111011 0 1000001 11100101 111001 10111

Color Harmonies of #19255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19255A

Black with #19255A

Text Example


Text Example

White with #19255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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