#070144

Color #070144 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #070144

Tints of Paua #070144

Color information

#070144 (or 0x070144) is unknown color: approx Paua. HEX triplet: 07, 01 and 44. RGB value is (7,1,68). Sum of RGB (Red+Green+Blue) = 7+1+68=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 68 (26.95% from 255 or 89.47% from 76); Max value from RGB is 68 - color contains mainly: blue. Hex color #070144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070144 is #F8FEBB. Grayscale: #0A0A0A. Windows color (decimal): -16318140 or 4456711. OLE color: 4456711.

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

Color convert

RGB7168-
CMYK0.900.9900.73
HSL245.37º97.1%13.53%-
HSV(B)245.37º98.53%26.67%-
XYZ1.140.485.5-
YUV10.43160.49125.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 68 (26.95% from 255) = 89.47%
R=9.21%
G=1.32%
B=89.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal71680.900.9900.73245.3797.113.53
Hex71445A63049f561e
Octal71104132143011136514116
Binary1111100010010110101100011010010011111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070144; }

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

 H1.HeaderClassName
 {
   color: #070144;
 }
 .AnyTagClassName
 {
   color: #070144;
 }
</style>
background-color css

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

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

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

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

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

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