Html Css Color HEX #14194F Lucky Point

📋 copy color: '#14194F'

red 20 ◦ green 25 ◦ blue 79

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

Shades of Lucky Point #14194F

Tints of Lucky Point #14194F

RGB

 RED value IS 20 (8.2% from 255) = 16.13%

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 79 (31.25% from 255) = 63.71%

R = 16.13%
G = 20.16%
B = 63.71%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14194F (or 0x14194F) is known color: Lucky Point. HEX triplet: 14, 19 and 4F. RGB value is (20,25,79). Sum of RGB (Red+Green+Blue) = 20+25+79=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #14194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14194F is #EBE6B0. Grayscale: #1D1D1D. Windows color (decimal): -15460017 or 5183764. OLE color: 5183764.

HSL color Cylindrical-coordinate representation of color #14194F: hue angle of 234.92º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14194F is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 25 79 -
CMYK 0.75 0.68 0 0.69
HSL 234.92º 0.6% 0.19% -
HSV(B) 234.92º 0.75% 0.31% -
XYZ 2.05 1.41 7.56 -
YUV 29.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 20 25 79 0.75 0.68 0 0.69 234.92 0.6 0.19
Hex 14 19 4F 4B 44 0 45 EB 3C 13
Octal 24 31 117 113 104 0 105 353 74 23
Binary 10100 11001 1001111 1001011 1000100 0 1000101 11101011 111100 10011

Color Harmonies of #14194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14194F

Black with #14194F

Text Example


Text Example

White with #14194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14194F; }

 p { color: rgb(20,25,79); }

 H1.HeaderClassName
 {
   color: #14194F;
 }
 .AnyTagClassName
 {
   color: #14194F;
 }
</style>

background-color css

<style>
 a { background-color: #14194F; }

 a { background-color: rgb(20,25,79); }

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

border-color css

<style>
 span { border-color: #14194F; }

 span { border-color: rgb(20,25,79); }

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