Html Css Color HEX #19215A Lucky Point

📋 copy color: '#19215A'

red 25 ◦ green 33 ◦ blue 90

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

Shades of Lucky Point #19215A

Tints of Lucky Point #19215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

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

R = 16.89%
G = 22.3%
B = 60.81%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19215A (or 0x19215A) is known color: Lucky Point. HEX triplet: 19, 21 and 5A. RGB value is (25,33,90). Sum of RGB (Red+Green+Blue) = 25+33+90=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #19215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19215A is #E6DEA5. Grayscale: #242424. Windows color (decimal): -15130278 or 5906713. OLE color: 5906713.

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

Color convert

RGB 25 33 90 -
CMYK 0.72 0.63 0 0.65
HSL 232.62º 0.57% 0.23% -
HSV(B) 232.62º 0.72% 0.35% -
XYZ 2.79 2.03 9.92 -
YUV 37.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 25 33 90 0.72 0.63 0 0.65 232.62 0.57 0.23
Hex 19 21 5A 48 3F 0 41 E9 39 17
Octal 31 41 132 110 77 0 101 351 71 27
Binary 11001 100001 1011010 1001000 111111 0 1000001 11101001 111001 10111

Color Harmonies of #19215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19215A

Black with #19215A

Text Example


Text Example

White with #19215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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