#1D1454

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

Shades of Paua #1D1454

Tints of Paua #1D1454

Color information

#1D1454 (or 0x1D1454) is unknown color: approx Paua. HEX triplet: 1D, 14 and 54. RGB value is (29,20,84). Sum of RGB (Red+Green+Blue) = 29+20+84=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D1454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1454 is #E2EBAB. Grayscale: #1D1D1D. Windows color (decimal): -14871468 or 5510173. OLE color: 5510173.

HSL color Cylindrical-coordinate representation of color #1D1454: hue angle of 248.44º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1454 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB292084-
CMYK0.650.7600.67
HSL248.44º61.54%20.39%-
HSV(B)248.44º76.19%32.94%-
XYZ2.361.48.53-
YUV29.99158.48127.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 84 (33.20% from 255) = 63.16%
R=21.80%
G=15.04%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2920840.650.7600.67248.4461.5420.39
Hex1D1454414C043f83e14
Octal352412410111401033707624
Binary1110110100101010010000011001100010000111111100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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