#042545

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

Shades of Tangaroa #042545

Tints of Tangaroa #042545

Color information

#042545 (or 0x042545) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 45. RGB value is (4,37,69). Sum of RGB (Red+Green+Blue) = 4+37+69=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #042545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042545 is #FBDABA. Grayscale: #1E1E1E. Windows color (decimal): -16505531 or 4531460. OLE color: 4531460.

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

Color convert

RGB43769-
CMYK0.940.4600.73
HSL209.54º89.04%14.31%-
HSV(B)209.54º94.2%27.06%-
XYZ1.791.785.88-
YUV30.78149.57108.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 69 (27.34% from 255) = 62.73%
R=3.64%
G=33.64%
B=62.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal437690.940.4600.73209.5489.0414.31
Hex425455E2E049d259e
Octal44510513656011132213116
Binary10010010110001011011110101110010010011101001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042545; }

 p { color: rgb(4,37,69); }

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

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

 a { background-color: rgb(4,37,69); }

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

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

 span { border-color: rgb(4,37,69); }

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