Html Css Color HEX #19275A Lucky Point

📋 copy color: '#19275A'

red 25 ◦ green 39 ◦ blue 90

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

Shades of Lucky Point #19275A

Tints of Lucky Point #19275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.32%

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

R = 16.23%
G = 25.32%
B = 58.44%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19275A (or 0x19275A) is known color: Lucky Point. HEX triplet: 19, 27 and 5A. RGB value is (25,39,90). Sum of RGB (Red+Green+Blue) = 25+39+90=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #19275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275A is #E6D8A5. Grayscale: #282828. Windows color (decimal): -15128742 or 5908249. OLE color: 5908249.

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

Color convert

RGB 25 39 90 -
CMYK 0.72 0.57 0 0.65
HSL 227.08º 0.57% 0.23% -
HSV(B) 227.08º 0.72% 0.35% -
XYZ 2.97 2.4 9.98 -
YUV 40.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 25 39 90 0.72 0.57 0 0.65 227.08 0.57 0.23
Hex 19 27 5A 48 39 0 41 E3 39 17
Octal 31 47 132 110 71 0 101 343 71 27
Binary 11001 100111 1011010 1001000 111001 0 1000001 11100011 111001 10111

Color Harmonies of #19275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19275A

Black with #19275A

Text Example


Text Example

White with #19275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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