#090040

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

Shades of Paua #090040

Tints of Paua #090040

Color information

#090040 (or 0x090040) is unknown color: approx Paua. HEX triplet: 09, 00 and 40. RGB value is (9,0,64). Sum of RGB (Red+Green+Blue) = 9+0+64=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 64 (25.39% from 255 or 87.67% from 73); Max value from RGB is 64 - color contains mainly: blue. Hex color #090040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090040 is #F6FFBF. Grayscale: #090909. Windows color (decimal): -16187328 or 4194313. OLE color: 4194313.

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

Color convert

RGB9064-
CMYK0.86100.75
HSL248.44º100%12.55%-
HSV(B)248.44º100%25.1%-
XYZ1.040.434.88-
YUV9.99158.48127.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 87.67%
R=12.33%
G=0%
B=87.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal90640.86100.75248.4410012.55
Hex9040566404Bf864d
Octal110100126144011337014415
Binary10010100000010101101100100010010111111100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090040; }

 p { color: rgb(9,0,64); }

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

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

 a { background-color: rgb(9,0,64); }

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

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

 span { border-color: rgb(9,0,64); }

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