#002540

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

Shades of Tangaroa #002540

Tints of Tangaroa #002540

Color information

#002540 (or 0x002540) is unknown color: approx Tangaroa. HEX triplet: 00, 25 and 40. RGB value is (0,37,64). Sum of RGB (Red+Green+Blue) = 0+37+64=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #002540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002540 is #FFDABF. Grayscale: #1C1C1C. Windows color (decimal): -16767680 or 4203776. OLE color: 4203776.

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

Color convert

RGB03764-
CMYK10.4200.75
HSL205.31º100%12.55%-
HSV(B)205.31º100%25.1%-
XYZ1.591.695.09-
YUV29.01147.74107.3-

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) = 36.63%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=0%
G=36.63%
B=63.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0376410.4200.75205.3110012.55
Hex02540642A04Bcd64d
Octal04510014452011331514415
Binary010010110000001100100101010010010111100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002540; }

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

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

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

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

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

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

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

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