#001E3A

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

Shades of Tangaroa #001E3A

Tints of Tangaroa #001E3A

Color information

#001E3A (or 0x001E3A) is unknown color: approx Tangaroa. HEX triplet: 00, 1E and 3A. RGB value is (0,30,58). Sum of RGB (Red+Green+Blue) = 0+30+58=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #001E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E3A is #FFE1C5. Grayscale: #181818. Windows color (decimal): -16769478 or 3808768. OLE color: 3808768.

HSL color Cylindrical-coordinate representation of color #001E3A: hue angle of 208.97º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E3A is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB03058-
CMYK10.4800.77
HSL208.97º100%11.37%-
HSV(B)208.97º100%22.75%-
XYZ1.231.234.18-
YUV24.22147.06110.72-

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) = 34.09%
BLUE value IS 58 (23.05% from 255) = 65.91%
R=0%
G=34.09%
B=65.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0305810.4800.77208.9710011.37
Hex01E3A643004Dd164b
Octal0367214460011532114413
Binary0111101110101100100110000010011011101000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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