Html Css Color HEX #19144D Paua

📋 copy color: '#19144D'

red 25 ◦ green 20 ◦ blue 77

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

Shades of Paua #19144D

Tints of Paua #19144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.11%

R = 20.49%
G = 16.39%
B = 63.11%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19144D (or 0x19144D) is known color: Paua. HEX triplet: 19, 14 and 4D. RGB value is (25,20,77). Sum of RGB (Red+Green+Blue) = 25+20+77=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #19144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19144D is #E6EBB2. Grayscale: #1B1B1B. Windows color (decimal): -15133619 or 5051417. OLE color: 5051417.

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

Color convert

RGB 25 20 77 -
CMYK 0.68 0.74 0 0.70
HSL 245.26º 0.59% 0.19% -
HSV(B) 245.26º 0.74% 0.3% -
XYZ 1.99 1.24 7.16 -
YUV 27.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 25 20 77 0.68 0.74 0 0.70 245.26 0.59 0.19
Hex 19 14 4D 44 4A 0 46 F5 3B 13
Octal 31 24 115 104 112 0 106 365 73 23
Binary 11001 10100 1001101 1000100 1001010 0 1000110 11110101 111011 10011

Color Harmonies of #19144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19144D

Black with #19144D

Text Example


Text Example

White with #19144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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