Html Css Color HEX #19214E Lucky Point

📋 copy color: '#19214E'

red 25 ◦ green 33 ◦ blue 78

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

Shades of Lucky Point #19214E

Tints of Lucky Point #19214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 57.35%

R = 18.38%
G = 24.26%
B = 57.35%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19214E (or 0x19214E) is known color: Lucky Point. HEX triplet: 19, 21 and 4E. RGB value is (25,33,78). Sum of RGB (Red+Green+Blue) = 25+33+78=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #19214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19214E is #E6DEB1. Grayscale: #232323. Windows color (decimal): -15130290 or 5120281. OLE color: 5120281.

HSL color Cylindrical-coordinate representation of color #19214E: hue angle of 230.94º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19214E is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 33 78 -
CMYK 0.68 0.58 0 0.69
HSL 230.94º 0.51% 0.2% -
HSV(B) 230.94º 0.68% 0.31% -
XYZ 2.32 1.84 7.44 -
YUV 35.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 25 33 78 0.68 0.58 0 0.69 230.94 0.51 0.2
Hex 19 21 4E 44 3A 0 45 E7 33 14
Octal 31 41 116 104 72 0 105 347 63 24
Binary 11001 100001 1001110 1000100 111010 0 1000101 11100111 110011 10100

Color Harmonies of #19214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19214E

Black with #19214E

Text Example


Text Example

White with #19214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19214E; }

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

 H1.HeaderClassName
 {
   color: #19214E;
 }
 .AnyTagClassName
 {
   color: #19214E;
 }
</style>

background-color css

<style>
 a { background-color: #19214E; }

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

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

border-color css

<style>
 span { border-color: #19214E; }

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

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