#080043

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

Shades of Paua #080043

Tints of Paua #080043

Color information

#080043 (or 0x080043) is unknown color: approx Paua. HEX triplet: 08, 00 and 43. RGB value is (8,0,67). Sum of RGB (Red+Green+Blue) = 8+0+67=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 67 (26.56% from 255 or 89.33% from 75); Max value from RGB is 67 - color contains mainly: blue. Hex color #080043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080043 is #F7FFBC. Grayscale: #090909. Windows color (decimal): -16252861 or 4390920. OLE color: 4390920.

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

Color convert

RGB8067-
CMYK0.88100.74
HSL247.16º100%13.14%-
HSV(B)247.16º100%26.27%-
XYZ1.110.465.34-
YUV10.03160.15126.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 89.33%
R=10.67%
G=0%
B=89.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal80670.88100.74247.1610013.14
Hex8043586404Af764d
Octal100103130144011236714415
Binary10000100001110110001100100010010101111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080043; }

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

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

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

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

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

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

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

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