#001E40

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

Shades of Tangaroa #001E40

Tints of Tangaroa #001E40

Color information

#001E40 (or 0x001E40) is unknown color: approx Tangaroa. HEX triplet: 00, 1E and 40. RGB value is (0,30,64). Sum of RGB (Red+Green+Blue) = 0+30+64=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #001E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E40 is #FFE1BF. Grayscale: #181818. Windows color (decimal): -16769472 or 4201984. OLE color: 4201984.

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

Color convert

RGB03064-
CMYK10.5300.75
HSL211.88º100%12.55%-
HSV(B)211.88º100%25.1%-
XYZ1.391.35.03-
YUV24.91150.06110.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 64 (25.39% from 255) = 68.09%
R=0%
G=31.91%
B=68.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0306410.5300.75211.8810012.55
Hex01E40643504Bd464d
Octal03610014465011332414415
Binary01111010000001100100110101010010111101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E40; }

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

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

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

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

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

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

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

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