#001E3C

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

Shades of Tangaroa #001E3C

Tints of Tangaroa #001E3C

Color information

#001E3C (or 0x001E3C) is unknown color: approx Tangaroa. HEX triplet: 00, 1E and 3C. RGB value is (0,30,60). Sum of RGB (Red+Green+Blue) = 0+30+60=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #001E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E3C is #FFE1C3. Grayscale: #181818. Windows color (decimal): -16769476 or 3939840. OLE color: 3939840.

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

Color convert

RGB03060-
CMYK10.5000.76
HSL210º100%11.76%-
HSV(B)210º100%23.53%-
XYZ1.281.254.45-
YUV24.45148.06110.56-

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) = 33.33%
BLUE value IS 60 (23.83% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0306010.5000.7621010011.76
Hex01E3C643204Cd264c
Octal0367414462011432214414
Binary0111101111001100100110010010011001101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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