#080243

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

Shades of Paua #080243

Tints of Paua #080243

Color information

#080243 (or 0x080243) is unknown color: approx Paua. HEX triplet: 08, 02 and 43. RGB value is (8,2,67). Sum of RGB (Red+Green+Blue) = 8+2+67=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 67 (26.56% from 255 or 87.01% from 77); Max value from RGB is 67 - color contains mainly: blue. Hex color #080243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080243 is #F7FDBC. Grayscale: #0A0A0A. Windows color (decimal): -16252349 or 4391432. OLE color: 4391432.

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

Color convert

RGB8267-
CMYK0.880.9700.74
HSL245.54º94.2%13.53%-
HSV(B)245.54º97.01%26.27%-
XYZ1.130.55.35-
YUV11.2159.49125.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 67 (26.56% from 255) = 87.01%
R=10.39%
G=2.60%
B=87.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal82670.880.9700.74245.5494.213.53
Hex8243586104Af65ee
Octal102103130141011236613616
Binary100010100001110110001100001010010101111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080243; }

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

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

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

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

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

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

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

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