Html Css Color HEX #080247 Paua

📋 copy color: '#080247'

red 8 ◦ green 2 ◦ blue 71

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

Shades of Paua #080247

Tints of Paua #080247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.47%

 BLUE value IS 71 (28.13% from 255) = 87.65%

R = 9.88%
G = 2.47%
B = 87.65%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080247 (or 0x080247) is known color: Paua. HEX triplet: 08, 02 and 47. RGB value is (8,2,71). Sum of RGB (Red+Green+Blue) = 8+2+71=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 71 (28.12% from 255 or 87.65% from 81); Max value from RGB is 71 - color contains mainly: blue. Hex color #080247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080247 is #F7FDB8. Grayscale: #0B0B0B. Windows color (decimal): -16252345 or 4653576. OLE color: 4653576.

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

Color convert

RGB 8 2 71 -
CMYK 0.89 0.97 0 0.72
HSL 245.22º 0.95% 0.14% -
HSV(B) 245.22º 0.97% 0.28% -
XYZ 1.26 0.55 6 -
YUV 11.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 8 2 71 0.89 0.97 0 0.72 245.22 0.95 0.14
Hex 8 2 47 59 61 0 48 F5 5F E
Octal 10 2 107 131 141 0 110 365 137 16
Binary 1000 10 1000111 1011001 1100001 0 1001000 11110101 1011111 1110

Color Harmonies of #080247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080247

Black with #080247

Text Example


Text Example

White with #080247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080247; }

 p { color: rgb(8,2,71); }

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

background-color css

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

 a { background-color: rgb(8,2,71); }

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

border-color css

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

 span { border-color: rgb(8,2,71); }

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