#090145

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

Shades of Paua #090145

Tints of Paua #090145

Color information

#090145 (or 0x090145) is unknown color: approx Paua. HEX triplet: 09, 01 and 45. RGB value is (9,1,69). Sum of RGB (Red+Green+Blue) = 9+1+69=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 69 (27.34% from 255 or 87.34% from 79); Max value from RGB is 69 - color contains mainly: blue. Hex color #090145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090145 is #F6FEBA. Grayscale: #0A0A0A. Windows color (decimal): -16187067 or 4522249. OLE color: 4522249.

HSL color Cylindrical-coordinate representation of color #090145: hue angle of 247.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090145 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB9169-
CMYK0.870.9900.73
HSL247.06º97.14%13.73%-
HSV(B)247.06º98.55%27.06%-
XYZ1.20.515.67-
YUV11.14160.65126.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 69 (27.34% from 255) = 87.34%
R=11.39%
G=1.27%
B=87.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal91690.870.9900.73247.0697.1413.73
Hex91455763049f761e
Octal111105127143011136714116
Binary10011100010110101111100011010010011111011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090145; }

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

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

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

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

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

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

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

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