#002140

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

Shades of Tangaroa #002140

Tints of Tangaroa #002140

Color information

#002140 (or 0x002140) is unknown color: approx Tangaroa. HEX triplet: 00, 21 and 40. RGB value is (0,33,64). Sum of RGB (Red+Green+Blue) = 0+33+64=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #002140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002140 is #FFDEBF. Grayscale: #1A1A1A. Windows color (decimal): -16768704 or 4202752. OLE color: 4202752.

HSL color Cylindrical-coordinate representation of color #002140: hue angle of 209.06º 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 #002140 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB03364-
CMYK10.4800.75
HSL209.06º100%12.55%-
HSV(B)209.06º100%25.1%-
XYZ1.471.465.05-
YUV26.67149.07108.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=0%
G=34.02%
B=65.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0336410.4800.75209.0610012.55
Hex02140643004Bd164d
Octal04110014460011332114415
Binary010000110000001100100110000010010111101000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002140; }

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

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

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

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

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

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

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

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