#012246

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

Shades of Tangaroa #012246

Tints of Tangaroa #012246

Color information

#012246 (or 0x012246) is unknown color: approx Tangaroa. HEX triplet: 01, 22 and 46. RGB value is (1,34,70). Sum of RGB (Red+Green+Blue) = 1+34+70=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #012246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012246 is #FEDDB9. Grayscale: #1C1C1C. Windows color (decimal): -16702906 or 4596225. OLE color: 4596225.

HSL color Cylindrical-coordinate representation of color #012246: hue angle of 211.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012246 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13470-
CMYK0.990.5100.73
HSL211.3º97.18%13.92%-
HSV(B)211.3º98.57%27.45%-
XYZ1.691.596.01-
YUV28.24151.57108.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 70 (27.73% from 255) = 66.67%
R=0.95%
G=32.38%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal134700.990.5100.73211.397.1813.92
Hex122466333049d361e
Octal14210614363011132314116
Binary110001010001101100011110011010010011101001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012246; }

 p { color: rgb(1,34,70); }

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

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

 a { background-color: rgb(1,34,70); }

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

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

 span { border-color: rgb(1,34,70); }

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