#080244

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

Shades of Paua #080244

Tints of Paua #080244

Color information

#080244 (or 0x080244) is unknown color: approx Paua. HEX triplet: 08, 02 and 44. RGB value is (8,2,68). Sum of RGB (Red+Green+Blue) = 8+2+68=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 68 (26.95% from 255 or 87.18% from 78); Max value from RGB is 68 - color contains mainly: blue. Hex color #080244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080244 is #F7FDBB. Grayscale: #0B0B0B. Windows color (decimal): -16252348 or 4456968. OLE color: 4456968.

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

Color convert

RGB8268-
CMYK0.880.9700.73
HSL245.45º94.29%13.73%-
HSV(B)245.45º97.06%26.67%-
XYZ1.170.515.51-
YUV11.32159.99125.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 68 (26.95% from 255) = 87.18%
R=10.26%
G=2.56%
B=87.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal82680.880.9700.73245.4594.2913.73
Hex82445861049f55ee
Octal102104130141011136513616
Binary100010100010010110001100001010010011111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080244; }

 p { color: rgb(8,2,68); }

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

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

 a { background-color: rgb(8,2,68); }

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

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

 span { border-color: rgb(8,2,68); }

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