Html Css Color HEX #080043 Paua

📋 copy color: '#080043'

red 8 ◦ green 0 ◦ blue 67

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

Shades of Paua #080043

Tints of Paua #080043

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 value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#080043 (or 0x080043) is known color: 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

RGB 8 0 67 -
CMYK 0.88 1 0 0.74
HSL 247.16º 1% 0.13% -
HSV(B) 247.16º 1% 0.26% -
XYZ 1.11 0.46 5.34 -
YUV 10.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 8 0 67 0.88 1 0 0.74 247.16 1 0.13
Hex 8 0 43 58 64 0 4A F7 64 D
Octal 10 0 103 130 144 0 112 367 144 15
Binary 1000 0 1000011 1011000 1100100 0 1001010 11110111 1100100 1101

Color Harmonies of #080043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080043

Black with #080043

Text Example


Text Example

White with #080043

Text Example


Text Example

HTML Codes & Css Web 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>