Html Css Color HEX #19194E Paua

📋 copy color: '#19194E'

red 25 ◦ green 25 ◦ blue 78

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

Shades of Paua #19194E

Tints of Paua #19194E

RGB

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

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

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

R = 19.53%
G = 19.53%
B = 60.94%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19194E (or 0x19194E) is known color: Paua. HEX triplet: 19, 19 and 4E. RGB value is (25,25,78). Sum of RGB (Red+Green+Blue) = 25+25+78=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #19194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19194E is #E6E6B1. Grayscale: #1E1E1E. Windows color (decimal): -15132338 or 5118233. OLE color: 5118233.

HSL color Cylindrical-coordinate representation of color #19194E: hue angle of 240º 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 #19194E is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 25 78 -
CMYK 0.68 0.68 0 0.69
HSL 240º 0.51% 0.2% -
HSV(B) 240º 0.68% 0.31% -
XYZ 2.12 1.45 7.38 -
YUV 31.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 25 25 78 0.68 0.68 0 0.69 240 0.51 0.2
Hex 19 19 4E 44 44 0 45 F0 33 14
Octal 31 31 116 104 104 0 105 360 63 24
Binary 11001 11001 1001110 1000100 1000100 0 1000101 11110000 110011 10100

Color Harmonies of #19194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19194E

Black with #19194E

Text Example


Text Example

White with #19194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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