#001A41

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

Shades of Tangaroa #001A41

Tints of Tangaroa #001A41

Color information

#001A41 (or 0x001A41) is unknown color: approx Tangaroa. HEX triplet: 00, 1A and 41. RGB value is (0,26,65). Sum of RGB (Red+Green+Blue) = 0+26+65=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #001A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A41 is #FFE5BE. Grayscale: #161616. Windows color (decimal): -16770495 or 4266496. OLE color: 4266496.

HSL color Cylindrical-coordinate representation of color #001A41: hue angle of 216º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A41 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB02665-
CMYK10.6000.75
HSL216º100%12.75%-
HSV(B)216º100%25.49%-
XYZ1.321.125.15-
YUV22.67151.89111.83-

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) = 28.57%
BLUE value IS 65 (25.78% from 255) = 71.43%
R=0%
G=28.57%
B=71.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0266510.6000.7521610012.75
Hex01A41643C04Bd864d
Octal03210114474011333014415
Binary01101010000011100100111100010010111101100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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