#080148

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

Shades of Paua #080148

Tints of Paua #080148

Color information

#080148 (or 0x080148) is unknown color: approx Paua. HEX triplet: 08, 01 and 48. RGB value is (8,1,72). Sum of RGB (Red+Green+Blue) = 8+1+72=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #080148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080148 is #F7FEB7. Grayscale: #0A0A0A. Windows color (decimal): -16252600 or 4718856. OLE color: 4718856.

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

Color convert

RGB8172-
CMYK0.890.9900.72
HSL245.92º97.26%14.31%-
HSV(B)245.92º98.61%28.24%-
XYZ1.280.546.17-
YUV11.19162.32125.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 72 (28.52% from 255) = 88.89%
R=9.88%
G=1.23%
B=88.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal81720.890.9900.72245.9297.2614.31
Hex81485963048f661e
Octal101110131143011036614116
Binary10001100100010110011100011010010001111011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080148; }

 p { color: rgb(8,1,72); }

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

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

 a { background-color: rgb(8,1,72); }

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

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

 span { border-color: rgb(8,1,72); }

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