#002547

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

Shades of Tangaroa #002547

Tints of Tangaroa #002547

Color information

#002547 (or 0x002547) is unknown color: approx Tangaroa. HEX triplet: 00, 25 and 47. RGB value is (0,37,71). Sum of RGB (Red+Green+Blue) = 0+37+71=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #002547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002547 is #FFDAB8. Grayscale: #1D1D1D. Windows color (decimal): -16767673 or 4662528. OLE color: 4662528.

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

Color convert

RGB03771-
CMYK10.4800.72
HSL208.73º100%13.92%-
HSV(B)208.73º100%27.84%-
XYZ1.81.786.21-
YUV29.81151.24106.74-

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.26%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=0%
G=34.26%
B=65.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0377110.4800.72208.7310013.92
Hex025476430048d164e
Octal04510714460011032114416
Binary010010110001111100100110000010010001101000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002547; }

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

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

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

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

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

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

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

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