Html Css Color HEX #080148 Paua

📋 copy color: '#080148'

red 8 ◦ green 1 ◦ blue 72

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

Shades of Paua #080148

Tints of Paua #080148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 88.89%

R = 9.88%
G = 1.23%
B = 88.89%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080148 (or 0x080148) is known color: Paua. HEX triplet: 08, 01 and 48. RGB value is (8,1,72). Sum of RGB (Red+Green+Blue) = 8+1+72=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #080148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080148 is #F7FEB7. Grayscale: #0A0A0A. Windows color (decimal): -16252600 or 4718856. OLE color: 4718856.

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

Color convert

RGB 8 1 72 -
CMYK 0.89 0.99 0 0.72
HSL 245.92º 0.97% 0.14% -
HSV(B) 245.92º 0.99% 0.28% -
XYZ 1.28 0.54 6.17 -
YUV 11.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 8 1 72 0.89 0.99 0 0.72 245.92 0.97 0.14
Hex 8 1 48 59 63 0 48 F6 61 E
Octal 10 1 110 131 143 0 110 366 141 16
Binary 1000 1 1001000 1011001 1100011 0 1001000 11110110 1100001 1110

Color Harmonies of #080148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080148

Black with #080148

Text Example


Text Example

White with #080148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080148; }

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

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

background-color css

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

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

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

border-color css

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

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

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