#001A3A

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

Shades of Tangaroa #001A3A

Tints of Tangaroa #001A3A

Color information

#001A3A (or 0x001A3A) is unknown color: approx Tangaroa. HEX triplet: 00, 1A and 3A. RGB value is (0,26,58). Sum of RGB (Red+Green+Blue) = 0+26+58=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #001A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A3A is #FFE5C5. Grayscale: #151515. Windows color (decimal): -16770502 or 3807744. OLE color: 3807744.

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

Color convert

RGB02658-
CMYK10.5500.77
HSL213.1º100%11.37%-
HSV(B)213.1º100%22.75%-
XYZ1.131.044.14-
YUV21.87148.39112.4-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0265810.5500.77213.110011.37
Hex01A3A643704Dd564b
Octal0327214467011532514413
Binary0110101110101100100110111010011011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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