Html Css Color HEX #19144E Paua

📋 copy color: '#19144E'

red 25 ◦ green 20 ◦ blue 78

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

Shades of Paua #19144E

Tints of Paua #19144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

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

R = 20.33%
G = 16.26%
B = 63.41%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19144E (or 0x19144E) is known color: Paua. HEX triplet: 19, 14 and 4E. RGB value is (25,20,78). Sum of RGB (Red+Green+Blue) = 25+20+78=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #19144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19144E is #E6EBB1. Grayscale: #1B1B1B. Windows color (decimal): -15133618 or 5116953. OLE color: 5116953.

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

Color convert

RGB 25 20 78 -
CMYK 0.68 0.74 0 0.69
HSL 245.17º 0.59% 0.19% -
HSV(B) 245.17º 0.74% 0.31% -
XYZ 2.03 1.26 7.34 -
YUV 28.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 25 20 78 0.68 0.74 0 0.69 245.17 0.59 0.19
Hex 19 14 4E 44 4A 0 45 F5 3B 13
Octal 31 24 116 104 112 0 105 365 73 23
Binary 11001 10100 1001110 1000100 1001010 0 1000101 11110101 111011 10011

Color Harmonies of #19144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19144E

Black with #19144E

Text Example


Text Example

White with #19144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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