#001A39

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

Shades of Tangaroa #001A39

Tints of Tangaroa #001A39

Color information

#001A39 (or 0x001A39) is unknown color: approx Tangaroa. HEX triplet: 00, 1A and 39. RGB value is (0,26,57). Sum of RGB (Red+Green+Blue) = 0+26+57=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #001A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A39 is #FFE5C6. Grayscale: #151515. Windows color (decimal): -16770503 or 3742208. OLE color: 3742208.

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

Color convert

RGB02657-
CMYK10.5400.78
HSL212.63º100%11.18%-
HSV(B)212.63º100%22.35%-
XYZ1.111.034.01-
YUV21.76147.89112.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 57 (22.66% from 255) = 68.67%
R=0%
G=31.33%
B=68.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0265710.5400.78212.6310011.18
Hex01A39643604Ed564b
Octal0327114466011632514413
Binary0110101110011100100110110010011101101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,26,57); }

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

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

 a { background-color: rgb(0,26,57); }

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

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

 span { border-color: rgb(0,26,57); }

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