#1D135A

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

Shades of Paua #1D135A

Tints of Paua #1D135A

Color information

#1D135A (or 0x1D135A) is unknown color: approx Paua. HEX triplet: 1D, 13 and 5A. RGB value is (29,19,90). Sum of RGB (Red+Green+Blue) = 29+19+90=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D135A is #E2ECA5. Grayscale: #1D1D1D. Windows color (decimal): -14871718 or 5903133. OLE color: 5903133.

HSL color Cylindrical-coordinate representation of color #1D135A: hue angle of 248.45º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D135A is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB291990-
CMYK0.680.7900.65
HSL248.45º65.14%21.37%-
HSV(B)248.45º78.89%35.29%-
XYZ2.591.479.82-
YUV30.08161.81127.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=21.01%
G=13.77%
B=65.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2919900.680.7900.65248.4565.1421.37
Hex1D135A444F041f84115
Octal3523132104117010137010125
Binary11101100111011010100010010011110100000111111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,90); }

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

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

 a { background-color: rgb(29,19,90); }

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

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

 span { border-color: rgb(29,19,90); }

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