#090240

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

Shades of Paua #090240

Tints of Paua #090240

Color information

#090240 (or 0x090240) is unknown color: approx Paua. HEX triplet: 09, 02 and 40. RGB value is (9,2,64). Sum of RGB (Red+Green+Blue) = 9+2+64=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 64 (25.39% from 255 or 85.33% from 75); Max value from RGB is 64 - color contains mainly: blue. Hex color #090240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090240 is #F6FDBF. Grayscale: #0A0A0A. Windows color (decimal): -16186816 or 4194825. OLE color: 4194825.

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

Color convert

RGB9264-
CMYK0.860.9700.75
HSL246.77º93.94%12.94%-
HSV(B)246.77º96.88%25.1%-
XYZ1.060.474.89-
YUV11.16157.82126.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 64 (25.39% from 255) = 85.33%
R=12%
G=2.67%
B=85.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal92640.860.9700.75246.7793.9412.94
Hex9240566104Bf75ed
Octal112100126141011336713615
Binary100110100000010101101100001010010111111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090240; }

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

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

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

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

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

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

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

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