#090141

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

Shades of Paua #090141

Tints of Paua #090141

Color information

#090141 (or 0x090141) is unknown color: approx Paua. HEX triplet: 09, 01 and 41. RGB value is (9,1,65). Sum of RGB (Red+Green+Blue) = 9+1+65=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 65 (25.78% from 255 or 86.67% from 75); Max value from RGB is 65 - color contains mainly: blue. Hex color #090141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090141 is #F6FEBE. Grayscale: #0A0A0A. Windows color (decimal): -16187071 or 4260105. OLE color: 4260105.

HSL color Cylindrical-coordinate representation of color #090141: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090141 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB9165-
CMYK0.860.9800.75
HSL247.5º96.97%12.94%-
HSV(B)247.5º98.46%25.49%-
XYZ1.080.465.03-
YUV10.69158.65126.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 65 (25.78% from 255) = 86.67%
R=12%
G=1.33%
B=86.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal91650.860.9800.75247.596.9712.94
Hex9141566204Bf861d
Octal111101126142011337014115
Binary10011100000110101101100010010010111111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090141; }

 p { color: rgb(9,1,65); }

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

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

 a { background-color: rgb(9,1,65); }

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

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

 span { border-color: rgb(9,1,65); }

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