#1D104E

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

Shades of Paua #1D104E

Tints of Paua #1D104E

Color information

#1D104E (or 0x1D104E) is unknown color: approx Paua. HEX triplet: 1D, 10 and 4E. RGB value is (29,16,78). Sum of RGB (Red+Green+Blue) = 29+16+78=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D104E is #E2EFB1. Grayscale: #1A1A1A. Windows color (decimal): -14872498 or 5115933. OLE color: 5115933.

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

Color convert

RGB291678-
CMYK0.630.7900.69
HSL252.58º65.96%18.43%-
HSV(B)252.58º79.49%30.59%-
XYZ2.071.187.33-
YUV26.96156.81129.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 78 (30.86% from 255) = 63.41%
R=23.58%
G=13.01%
B=63.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2916780.630.7900.69252.5865.9618.43
Hex1D104E3F4F045fd4212
Octal352011677117010537510222
Binary1110110000100111011111110011110100010111111101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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