Html Css Color HEX #070147 Paua

📋 copy color: '#070147'

red 7 ◦ green 1 ◦ blue 71

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

Shades of Paua #070147

Tints of Paua #070147

RGB

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

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

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

R = 8.86%
G = 1.27%
B = 89.87%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#070147 (or 0x070147) is known color: Paua. HEX triplet: 07, 01 and 47. RGB value is (7,1,71). Sum of RGB (Red+Green+Blue) = 7+1+71=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 71 (28.12% from 255 or 89.87% from 79); Max value from RGB is 71 - color contains mainly: blue. Hex color #070147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070147 is #F8FEB8. Grayscale: #0A0A0A. Windows color (decimal): -16318137 or 4653319. OLE color: 4653319.

HSL color Cylindrical-coordinate representation of color #070147: hue angle of 245.14º 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 #070147 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 1 71 -
CMYK 0.90 0.99 0 0.72
HSL 245.14º 0.97% 0.14% -
HSV(B) 245.14º 0.99% 0.28% -
XYZ 1.24 0.52 6 -
YUV 10.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 7 1 71 0.90 0.99 0 0.72 245.14 0.97 0.14
Hex 7 1 47 5A 63 0 48 F5 61 E
Octal 7 1 107 132 143 0 110 365 141 16
Binary 111 1 1000111 1011010 1100011 0 1001000 11110101 1100001 1110

Color Harmonies of #070147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070147

Black with #070147

Text Example


Text Example

White with #070147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070147; }

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

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

background-color css

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

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

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

border-color css

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

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

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