#070245

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

Shades of Paua #070245

Tints of Paua #070245

Color information

#070245 (or 0x070245) is unknown color: approx Paua. HEX triplet: 07, 02 and 45. RGB value is (7,2,69). Sum of RGB (Red+Green+Blue) = 7+2+69=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #070245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070245 is #F8FDBA. Grayscale: #0A0A0A. Windows color (decimal): -16317883 or 4522503. OLE color: 4522503.

HSL color Cylindrical-coordinate representation of color #070245: hue angle of 244.48º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070245 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB7269-
CMYK0.900.9700.73
HSL244.48º94.37%13.92%-
HSV(B)244.48º97.1%27.06%-
XYZ1.180.525.67-
YUV11.13160.66125.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 69 (27.34% from 255) = 88.46%
R=8.97%
G=2.56%
B=88.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal72690.900.9700.73244.4894.3713.92
Hex72455A61049f45ee
Octal72105132141011136413616
Binary11110100010110110101100001010010011111010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070245; }

 p { color: rgb(7,2,69); }

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

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

 a { background-color: rgb(7,2,69); }

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

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

 span { border-color: rgb(7,2,69); }

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