Html Css Color HEX #080041 Paua

📋 copy color: '#080041'

red 8 ◦ green 0 ◦ blue 65

#080041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #080041

Tints of Paua #080041

RGB

 RED value IS 8 (3.52% from 255) = 10.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 89.04%

R = 10.96%
G = 0%
B = 89.04%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080041 (or 0x080041) is known color: Paua. HEX triplet: 08, 00 and 41. RGB value is (8,0,65). Sum of RGB (Red+Green+Blue) = 8+0+65=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 65 (25.78% from 255 or 89.04% from 73); Max value from RGB is 65 - color contains mainly: blue. Hex color #080041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080041 is #F7FFBE. Grayscale: #090909. Windows color (decimal): -16252863 or 4259848. OLE color: 4259848.

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

Color convert

RGB 8 0 65 -
CMYK 0.88 1 0 0.75
HSL 247.38º 1% 0.13% -
HSV(B) 247.38º 1% 0.25% -
XYZ 1.05 0.43 5.03 -
YUV 9.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 8 0 65 0.88 1 0 0.75 247.38 1 0.13
Hex 8 0 41 58 64 0 4B F7 64 D
Octal 10 0 101 130 144 0 113 367 144 15
Binary 1000 0 1000001 1011000 1100100 0 1001011 11110111 1100100 1101

Color Harmonies of #080041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080041

Black with #080041

Text Example


Text Example

White with #080041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080041; }

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

 H1.HeaderClassName
 {
   color: #080041;
 }
 .AnyTagClassName
 {
   color: #080041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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