#1D144F

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

Shades of Paua #1D144F

Tints of Paua #1D144F

Color information

#1D144F (or 0x1D144F) is unknown color: approx Paua. HEX triplet: 1D, 14 and 4F. RGB value is (29,20,79). Sum of RGB (Red+Green+Blue) = 29+20+79=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D144F is #E2EBB0. Grayscale: #1D1D1D. Windows color (decimal): -14871473 or 5182493. OLE color: 5182493.

HSL color Cylindrical-coordinate representation of color #1D144F: hue angle of 249.15º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D144F is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB292079-
CMYK0.630.7500.69
HSL249.15º59.6%19.41%-
HSV(B)249.15º74.68%30.98%-
XYZ2.171.337.54-
YUV29.42155.98127.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.66%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=22.66%
G=15.62%
B=61.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2920790.630.7500.69249.1559.619.41
Hex1D144F3F4B045f93c13
Octal35241177711301053717423
Binary111011010010011111111111001011010001011111100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,79); }

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

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

 a { background-color: rgb(29,20,79); }

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

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

 span { border-color: rgb(29,20,79); }

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