#1D195A

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

Shades of Paua #1D195A

Tints of Paua #1D195A

Color information

#1D195A (or 0x1D195A) is unknown color: approx Paua. HEX triplet: 1D, 19 and 5A. RGB value is (29,25,90). Sum of RGB (Red+Green+Blue) = 29+25+90=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D195A is #E2E6A5. Grayscale: #212121. Windows color (decimal): -14870182 or 5904669. OLE color: 5904669.

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

Color convert

RGB292590-
CMYK0.680.7200.65
HSL243.69º56.52%22.55%-
HSV(B)243.69º72.22%35.29%-
XYZ2.71.699.86-
YUV33.61159.83124.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 90 (35.55% from 255) = 62.5%
R=20.14%
G=17.36%
B=62.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2925900.680.7200.65243.6956.5222.55
Hex1D195A4448041f43917
Octal353113210411001013647127
Binary1110111001101101010001001001000010000011111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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