#002546

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

Shades of Tangaroa #002546

Tints of Tangaroa #002546

Color information

#002546 (or 0x002546) is unknown color: approx Tangaroa. HEX triplet: 00, 25 and 46. RGB value is (0,37,70). Sum of RGB (Red+Green+Blue) = 0+37+70=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #002546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002546 is #FFDAB9. Grayscale: #1D1D1D. Windows color (decimal): -16767674 or 4596992. OLE color: 4596992.

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

Color convert

RGB03770-
CMYK10.4700.73
HSL208.29º100%13.73%-
HSV(B)208.29º100%27.45%-
XYZ1.771.776.04-
YUV29.7150.74106.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=0%
G=34.58%
B=65.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0377010.4700.73208.2910013.73
Hex02546642F049d064e
Octal04510614457011132014416
Binary010010110001101100100101111010010011101000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002546; }

 p { color: rgb(0,37,70); }

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

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

 a { background-color: rgb(0,37,70); }

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

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

 span { border-color: rgb(0,37,70); }

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