#090248

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

Shades of Paua #090248

Tints of Paua #090248

Color information

#090248 (or 0x090248) is unknown color: approx Paua. HEX triplet: 09, 02 and 48. RGB value is (9,2,72). Sum of RGB (Red+Green+Blue) = 9+2+72=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 72 (28.52% from 255 or 86.75% from 83); Max value from RGB is 72 - color contains mainly: blue. Hex color #090248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090248 is #F6FDB7. Grayscale: #0B0B0B. Windows color (decimal): -16186808 or 4719113. OLE color: 4719113.

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

Color convert

RGB9272-
CMYK0.880.9700.72
HSL246º94.59%14.51%-
HSV(B)246º97.22%28.24%-
XYZ1.30.576.17-
YUV12.07161.82125.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 72 (28.52% from 255) = 86.75%
R=10.84%
G=2.41%
B=86.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal92720.880.9700.7224694.5914.51
Hex92485861048f65ff
Octal112110130141011036613717
Binary100110100100010110001100001010010001111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090248; }

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

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

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

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

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

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

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

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