#1D105A

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

Shades of Paua #1D105A

Tints of Paua #1D105A

Color information

#1D105A (or 0x1D105A) is unknown color: approx Paua. HEX triplet: 1D, 10 and 5A. RGB value is (29,16,90). Sum of RGB (Red+Green+Blue) = 29+16+90=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D105A is #E2EFA5. Grayscale: #1C1C1C. Windows color (decimal): -14872486 or 5902365. OLE color: 5902365.

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

Color convert

RGB291690-
CMYK0.680.8200.65
HSL250.54º69.81%20.78%-
HSV(B)250.54º82.22%35.29%-
XYZ2.541.379.8-
YUV28.32162.81128.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.48%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 90 (35.55% from 255) = 66.67%
R=21.48%
G=11.85%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2916900.680.8200.65250.5469.8120.78
Hex1D105A4452041fb4615
Octal3520132104122010137310625
Binary11101100001011010100010010100100100000111111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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