#080045

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

Shades of Paua #080045

Tints of Paua #080045

Color information

#080045 (or 0x080045) is unknown color: approx Paua. HEX triplet: 08, 00 and 45. RGB value is (8,0,69). Sum of RGB (Red+Green+Blue) = 8+0+69=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #080045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080045 is #F7FFBA. Grayscale: #090909. Windows color (decimal): -16252859 or 4521992. OLE color: 4521992.

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

Color convert

RGB8069-
CMYK0.88100.73
HSL246.96º100%13.53%-
HSV(B)246.96º100%27.06%-
XYZ1.170.485.66-
YUV10.26161.15126.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 89.61%
R=10.39%
G=0%
B=89.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal80690.88100.73246.9610013.53
Hex80455864049f764e
Octal100105130144011136714416
Binary10000100010110110001100100010010011111011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080045; }

 p { color: rgb(8,0,69); }

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

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

 a { background-color: rgb(8,0,69); }

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

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

 span { border-color: rgb(8,0,69); }

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