Html Css Color HEX #070047 Paua

📋 copy color: '#070047'

red 7 ◦ green 0 ◦ blue 71

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

Shades of Paua #070047

Tints of Paua #070047

RGB

 RED value IS 7 (3.13% from 255) = 8.97%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.97%
G = 0%
B = 91.03%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#070047 (or 0x070047) is known color: Paua. HEX triplet: 07, 00 and 47. RGB value is (7,0,71). Sum of RGB (Red+Green+Blue) = 7+0+71=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 71 (28.12% from 255 or 91.03% from 78); Max value from RGB is 71 - color contains mainly: blue. Hex color #070047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070047 is #F8FFB8. Grayscale: #090909. Windows color (decimal): -16318393 or 4653063. OLE color: 4653063.

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

Color convert

RGB 7 0 71 -
CMYK 0.90 1 0 0.72
HSL 245.92º 1% 0.14% -
HSV(B) 245.92º 1% 0.28% -
XYZ 1.22 0.5 5.99 -
YUV 10.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 7 0 71 0.90 1 0 0.72 245.92 1 0.14
Hex 7 0 47 5A 64 0 48 F6 64 E
Octal 7 0 107 132 144 0 110 366 144 16
Binary 111 0 1000111 1011010 1100100 0 1001000 11110110 1100100 1110

Color Harmonies of #070047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070047

Black with #070047

Text Example


Text Example

White with #070047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070047; }

 p { color: rgb(7,0,71); }

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

background-color css

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

 a { background-color: rgb(7,0,71); }

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

border-color css

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

 span { border-color: rgb(7,0,71); }

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