#001A3B

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

Shades of Tangaroa #001A3B

Tints of Tangaroa #001A3B

Color information

#001A3B (or 0x001A3B) is unknown color: approx Tangaroa. HEX triplet: 00, 1A and 3B. RGB value is (0,26,59). Sum of RGB (Red+Green+Blue) = 0+26+59=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 59 (23.44% from 255 or 69.41% from 85); Max value from RGB is 59 - color contains mainly: blue. Hex color #001A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A3B is #FFE5C4. Grayscale: #151515. Windows color (decimal): -16770501 or 3873280. OLE color: 3873280.

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

Color convert

RGB02659-
CMYK10.5600.77
HSL213.56º100%11.57%-
HSV(B)213.56º100%23.14%-
XYZ1.161.054.28-
YUV21.99148.89112.32-

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.59%
BLUE value IS 59 (23.44% from 255) = 69.41%
R=0%
G=30.59%
B=69.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0265910.5600.77213.5610011.57
Hex01A3B643804Dd664c
Octal0327314470011532614414
Binary0110101110111100100111000010011011101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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