#011A3F

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

Shades of Tangaroa #011A3F

Tints of Tangaroa #011A3F

Color information

#011A3F (or 0x011A3F) is unknown color: approx Tangaroa. HEX triplet: 01, 1A and 3F. RGB value is (1,26,63). Sum of RGB (Red+Green+Blue) = 1+26+63=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 63 (25% from 255 or 70% from 90); Max value from RGB is 63 - color contains mainly: blue. Hex color #011A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A3F is #FEE5C0. Grayscale: #161616. Windows color (decimal): -16704961 or 4135425. OLE color: 4135425.

HSL color Cylindrical-coordinate representation of color #011A3F: hue angle of 215.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A3F is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB12663-
CMYK0.980.5900.75
HSL215.81º96.88%12.55%-
HSV(B)215.81º98.41%24.71%-
XYZ1.281.14.85-
YUV22.74150.72112.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 63 (25% from 255) = 70%
R=1.11%
G=28.89%
B=70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal126630.980.5900.75215.8196.8812.55
Hex11A3F623B04Bd861d
Octal1327714273011333014115
Binary1110101111111100010111011010010111101100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A3F; }

 p { color: rgb(1,26,63); }

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

<style>
 a { background-color: #011A3F; }

 a { background-color: rgb(1,26,63); }

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

<style>
 span { border-color: #011A3F; }

 span { border-color: rgb(1,26,63); }

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