#080141

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

Shades of Paua #080141

Tints of Paua #080141

Color information

#080141 (or 0x080141) is unknown color: approx Paua. HEX triplet: 08, 01 and 41. RGB value is (8,1,65). Sum of RGB (Red+Green+Blue) = 8+1+65=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 65 (25.78% from 255 or 87.84% from 74); Max value from RGB is 65 - color contains mainly: blue. Hex color #080141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080141 is #F7FEBE. Grayscale: #0A0A0A. Windows color (decimal): -16252607 or 4260104. OLE color: 4260104.

HSL color Cylindrical-coordinate representation of color #080141: hue angle of 246.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080141 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB8165-
CMYK0.880.9800.75
HSL246.56º96.97%12.94%-
HSV(B)246.56º98.46%25.49%-
XYZ1.070.455.03-
YUV10.39158.82126.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 65 (25.78% from 255) = 87.84%
R=10.81%
G=1.35%
B=87.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal81650.880.9800.75246.5696.9712.94
Hex8141586204Bf761d
Octal101101130142011336714115
Binary10001100000110110001100010010010111111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080141; }

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

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

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

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

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

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

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

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