#090548

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

Shades of Paua #090548

Tints of Paua #090548

Color information

#090548 (or 0x090548) is unknown color: approx Paua. HEX triplet: 09, 05 and 48. RGB value is (9,5,72). Sum of RGB (Red+Green+Blue) = 9+5+72=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #090548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090548 is #F6FAB7. Grayscale: #0D0D0D. Windows color (decimal): -16186040 or 4719881. OLE color: 4719881.

HSL color Cylindrical-coordinate representation of color #090548: hue angle of 243.58º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090548 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB9572-
CMYK0.880.9300.72
HSL243.58º87.01%15.1%-
HSV(B)243.58º93.06%28.24%-
XYZ1.340.636.18-
YUV13.83160.83124.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 72 (28.52% from 255) = 83.72%
R=10.47%
G=5.81%
B=83.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal95720.880.9300.72243.5887.0115.1
Hex9548585D048f457f
Octal115110130135011036412717
Binary1001101100100010110001011101010010001111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090548; }

 p { color: rgb(9,5,72); }

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

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

 a { background-color: rgb(9,5,72); }

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

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

 span { border-color: rgb(9,5,72); }

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