Html Css Color HEX #19134F Paua

📋 copy color: '#19134F'

red 25 ◦ green 19 ◦ blue 79

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

Shades of Paua #19134F

Tints of Paua #19134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 20.33%
G = 15.45%
B = 64.23%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19134F (or 0x19134F) is known color: Paua. HEX triplet: 19, 13 and 4F. RGB value is (25,19,79). Sum of RGB (Red+Green+Blue) = 25+19+79=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #19134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19134F is #E6ECB0. Grayscale: #1B1B1B. Windows color (decimal): -15133873 or 5182233. OLE color: 5182233.

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

Color convert

RGB 25 19 79 -
CMYK 0.68 0.76 0 0.69
HSL 246º 0.61% 0.19% -
HSV(B) 246º 0.76% 0.31% -
XYZ 2.05 1.24 7.53 -
YUV 27.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 25 19 79 0.68 0.76 0 0.69 246 0.61 0.19
Hex 19 13 4F 44 4C 0 45 F6 3D 13
Octal 31 23 117 104 114 0 105 366 75 23
Binary 11001 10011 1001111 1000100 1001100 0 1000101 11110110 111101 10011

Color Harmonies of #19134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19134F

Black with #19134F

Text Example


Text Example

White with #19134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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