#002544

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

Shades of Tangaroa #002544

Tints of Tangaroa #002544

Color information

#002544 (or 0x002544) is unknown color: approx Tangaroa. HEX triplet: 00, 25 and 44. RGB value is (0,37,68). Sum of RGB (Red+Green+Blue) = 0+37+68=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #002544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002544 is #FFDABB. Grayscale: #1D1D1D. Windows color (decimal): -16767676 or 4465920. OLE color: 4465920.

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

Color convert

RGB03768-
CMYK10.4600.73
HSL207.35º100%13.33%-
HSV(B)207.35º100%26.67%-
XYZ1.71.745.71-
YUV29.47149.74106.98-

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) = 35.24%
BLUE value IS 68 (26.95% from 255) = 64.76%
R=0%
G=35.24%
B=64.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0376810.4600.73207.3510013.33
Hex02544642E049cf64d
Octal04510414456011131714415
Binary010010110001001100100101110010010011100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002544; }

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

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

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

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

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

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

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

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