Html Css Color HEX #19114E Paua

📋 copy color: '#19114E'

red 25 ◦ green 17 ◦ blue 78

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

Shades of Paua #19114E

Tints of Paua #19114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 20.83%
G = 14.17%
B = 65%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19114E (or 0x19114E) is known color: Paua. HEX triplet: 19, 11 and 4E. RGB value is (25,17,78). Sum of RGB (Red+Green+Blue) = 25+17+78=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #19114E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19114E is #E6EEB1. Grayscale: #1A1A1A. Windows color (decimal): -15134386 or 5116185. OLE color: 5116185.

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

Color convert

RGB 25 17 78 -
CMYK 0.68 0.78 0 0.69
HSL 247.87º 0.64% 0.19% -
HSV(B) 247.87º 0.78% 0.31% -
XYZ 1.98 1.16 7.33 -
YUV 26.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 25 17 78 0.68 0.78 0 0.69 247.87 0.64 0.19
Hex 19 11 4E 44 4E 0 45 F8 40 13
Octal 31 21 116 104 116 0 105 370 100 23
Binary 11001 10001 1001110 1000100 1001110 0 1000101 11111000 1000000 10011

Color Harmonies of #19114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19114E

Black with #19114E

Text Example


Text Example

White with #19114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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