Html Css Color HEX #080143 Paua

📋 copy color: '#080143'

red 8 ◦ green 1 ◦ blue 67

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

Shades of Paua #080143

Tints of Paua #080143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 67 (26.56% from 255) = 88.16%

R = 10.53%
G = 1.32%
B = 88.16%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#080143 (or 0x080143) is known color: Paua. HEX triplet: 08, 01 and 43. RGB value is (8,1,67). Sum of RGB (Red+Green+Blue) = 8+1+67=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 67 (26.56% from 255 or 88.16% from 76); Max value from RGB is 67 - color contains mainly: blue. Hex color #080143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080143 is #F7FEBC. Grayscale: #0A0A0A. Windows color (decimal): -16252605 or 4391176. OLE color: 4391176.

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

Color convert

RGB 8 1 67 -
CMYK 0.88 0.99 0 0.74
HSL 246.36º 0.97% 0.13% -
HSV(B) 246.36º 0.99% 0.26% -
XYZ 1.12 0.48 5.34 -
YUV 10.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 8 1 67 0.88 0.99 0 0.74 246.36 0.97 0.13
Hex 8 1 43 58 63 0 4A F6 61 D
Octal 10 1 103 130 143 0 112 366 141 15
Binary 1000 1 1000011 1011000 1100011 0 1001010 11110110 1100001 1101

Color Harmonies of #080143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080143

Black with #080143

Text Example


Text Example

White with #080143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080143; }

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

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

background-color css

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

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

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

border-color css

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

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

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