#09013E

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

Shades of Paua #09013E

Tints of Paua #09013E

Color information

#09013E (or 0x09013E) is unknown color: approx Paua. HEX triplet: 09, 01 and 3E. RGB value is (9,1,62). Sum of RGB (Red+Green+Blue) = 9+1+62=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 62 (24.61% from 255 or 86.11% from 72); Max value from RGB is 62 - color contains mainly: blue. Hex color #09013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09013E is #F6FEC1. Grayscale: #0A0A0A. Windows color (decimal): -16187074 or 4063497. OLE color: 4063497.

HSL color Cylindrical-coordinate representation of color #09013E: hue angle of 247.87º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09013E is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB9162-
CMYK0.850.9800.76
HSL247.87º96.83%12.35%-
HSV(B)247.87º98.39%24.31%-
XYZ0.990.434.59-
YUV10.35157.15127.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 62 (24.61% from 255) = 86.11%
R=12.5%
G=1.39%
B=86.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal91620.850.9800.76247.8796.8312.35
Hex913E556204Cf861c
Octal11176125142011437014114
Binary1001111111010101011100010010011001111100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09013E; }

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

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

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

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

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

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

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

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