#1D154C

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

Shades of Paua #1D154C

Tints of Paua #1D154C

Color information

#1D154C (or 0x1D154C) is unknown color: approx Paua. HEX triplet: 1D, 15 and 4C. RGB value is (29,21,76). Sum of RGB (Red+Green+Blue) = 29+21+76=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D154C is #E2EAB3. Grayscale: #1D1D1D. Windows color (decimal): -14871220 or 4986141. OLE color: 4986141.

HSL color Cylindrical-coordinate representation of color #1D154C: hue angle of 248.73º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D154C is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB292176-
CMYK0.620.7200.70
HSL248.73º56.7%19.02%-
HSV(B)248.73º72.37%29.8%-
XYZ2.081.326.98-
YUV29.66154.15127.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.02%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=23.02%
G=16.67%
B=60.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2921760.620.7200.70248.7356.719.02
Hex1D154C3E48046f93913
Octal35251147611001063717123
Binary111011010110011001111101001000010001101111100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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