#1D154F

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

Shades of Paua #1D154F

Tints of Paua #1D154F

Color information

#1D154F (or 0x1D154F) is unknown color: approx Paua. HEX triplet: 1D, 15 and 4F. RGB value is (29,21,79). Sum of RGB (Red+Green+Blue) = 29+21+79=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D154F is #E2EAB0. Grayscale: #1D1D1D. Windows color (decimal): -14871217 or 5182749. OLE color: 5182749.

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

Color convert

RGB292179-
CMYK0.630.7300.69
HSL248.28º58%19.61%-
HSV(B)248.28º73.42%30.98%-
XYZ2.191.367.54-
YUV30155.65127.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.48%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=22.48%
G=16.28%
B=61.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2921790.630.7300.69248.285819.61
Hex1D154F3F49045f83a14
Octal35251177711101053707224
Binary111011010110011111111111001001010001011111100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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