#1D194E

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

Shades of Paua #1D194E

Tints of Paua #1D194E

Color information

#1D194E (or 0x1D194E) is unknown color: approx Paua. HEX triplet: 1D, 19 and 4E. RGB value is (29,25,78). Sum of RGB (Red+Green+Blue) = 29+25+78=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D194E is #E2E6B1. Grayscale: #202020. Windows color (decimal): -14870194 or 5118237. OLE color: 5118237.

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

Color convert

RGB292578-
CMYK0.630.6800.69
HSL244.53º51.46%20.2%-
HSV(B)244.53º67.95%30.59%-
XYZ2.231.517.38-
YUV32.24153.83125.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=21.97%
G=18.94%
B=59.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2925780.630.6800.69244.5351.4620.2
Hex1D194E3F44045f53314
Octal35311167710401053656324
Binary111011100110011101111111000100010001011111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D194E; }

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

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

<style>
 a { background-color: #1D194E; }

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

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

<style>
 span { border-color: #1D194E; }

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

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