Html Css Color HEX #070146 Paua

📋 copy color: '#070146'

red 7 ◦ green 1 ◦ blue 70

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

Shades of Paua #070146

Tints of Paua #070146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 89.74%

R = 8.97%
G = 1.28%
B = 89.74%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#070146 (or 0x070146) is known color: Paua. HEX triplet: 07, 01 and 46. RGB value is (7,1,70). Sum of RGB (Red+Green+Blue) = 7+1+70=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 70 (27.73% from 255 or 89.74% from 78); Max value from RGB is 70 - color contains mainly: blue. Hex color #070146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070146 is #F8FEB9. Grayscale: #0A0A0A. Windows color (decimal): -16318138 or 4587783. OLE color: 4587783.

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

Color convert

RGB 7 1 70 -
CMYK 0.90 0.99 0 0.73
HSL 245.22º 0.97% 0.14% -
HSV(B) 245.22º 0.99% 0.27% -
XYZ 1.2 0.51 5.83 -
YUV 10.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 7 1 70 0.90 0.99 0 0.73 245.22 0.97 0.14
Hex 7 1 46 5A 63 0 49 F5 61 E
Octal 7 1 106 132 143 0 111 365 141 16
Binary 111 1 1000110 1011010 1100011 0 1001001 11110101 1100001 1110

Color Harmonies of #070146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070146

Black with #070146

Text Example


Text Example

White with #070146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070146; }

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

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

background-color css

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

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

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

border-color css

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

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

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