#001E3E

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

Shades of Tangaroa #001E3E

Tints of Tangaroa #001E3E

Color information

#001E3E (or 0x001E3E) is unknown color: approx Tangaroa. HEX triplet: 00, 1E and 3E. RGB value is (0,30,62). Sum of RGB (Red+Green+Blue) = 0+30+62=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 62 (24.61% from 255 or 67.39% from 92); Max value from RGB is 62 - color contains mainly: blue. Hex color #001E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E3E is #FFE1C1. Grayscale: #181818. Windows color (decimal): -16769474 or 4070912. OLE color: 4070912.

HSL color Cylindrical-coordinate representation of color #001E3E: hue angle of 210.97º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E3E is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB03062-
CMYK10.5200.76
HSL210.97º100%12.16%-
HSV(B)210.97º100%24.31%-
XYZ1.331.284.73-
YUV24.68149.06110.4-

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) = 32.61%
BLUE value IS 62 (24.61% from 255) = 67.39%
R=0%
G=32.61%
B=67.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0306210.5200.76210.9710012.16
Hex01E3E643404Cd364c
Octal0367614464011432314414
Binary0111101111101100100110100010011001101001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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