#19134B

Color #19134B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #19134B

Tints of Paua #19134B

Color information

#19134B (or 0x19134B) is unknown color: approx Paua. HEX triplet: 19, 13 and 4B. RGB value is (25,19,75). Sum of RGB (Red+Green+Blue) = 25+19+75=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #19134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19134B is #E6ECB4. Grayscale: #1A1A1A. Windows color (decimal): -15133877 or 4920089. OLE color: 4920089.

HSL color Cylindrical-coordinate representation of color #19134B: hue angle of 246.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19134B is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB251975-
CMYK0.670.7500.71
HSL246.43º59.57%18.43%-
HSV(B)246.43º74.67%29.41%-
XYZ1.91.186.78-
YUV27.18154.99126.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=21.01%
G=15.97%
B=63.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2519750.670.7500.71246.4359.5718.43
Hex19134B434B047f63c12
Octal312311310311301073667422
Binary1100110011100101110000111001011010001111111011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19134B;
 }
 .AnyTagClassName
 {
   color: #19134B;
 }
</style>
background-color css

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

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

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

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

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

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