Html Css Color HEX #080144 Paua

📋 copy color: '#080144'

red 8 ◦ green 1 ◦ blue 68

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

Shades of Paua #080144

Tints of Paua #080144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 88.31%

R = 10.39%
G = 1.3%
B = 88.31%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080144 (or 0x080144) is known color: Paua. HEX triplet: 08, 01 and 44. RGB value is (8,1,68). Sum of RGB (Red+Green+Blue) = 8+1+68=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #080144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080144 is #F7FEBB. Grayscale: #0A0A0A. Windows color (decimal): -16252604 or 4456712. OLE color: 4456712.

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

Color convert

RGB 8 1 68 -
CMYK 0.88 0.99 0 0.73
HSL 246.27º 0.97% 0.14% -
HSV(B) 246.27º 0.99% 0.27% -
XYZ 1.15 0.49 5.5 -
YUV 10.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 8 1 68 0.88 0.99 0 0.73 246.27 0.97 0.14
Hex 8 1 44 58 63 0 49 F6 61 E
Octal 10 1 104 130 143 0 111 366 141 16
Binary 1000 1 1000100 1011000 1100011 0 1001001 11110110 1100001 1110

Color Harmonies of #080144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080144

Black with #080144

Text Example


Text Example

White with #080144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080144; }

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

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

background-color css

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

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

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

border-color css

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

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

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