#012147

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

Shades of Tangaroa #012147

Tints of Tangaroa #012147

Color information

#012147 (or 0x012147) is unknown color: approx Tangaroa. HEX triplet: 01, 21 and 47. RGB value is (1,33,71). Sum of RGB (Red+Green+Blue) = 1+33+71=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #012147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012147 is #FEDEB8. Grayscale: #1B1B1B. Windows color (decimal): -16703161 or 4661505. OLE color: 4661505.

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

Color convert

RGB13371-
CMYK0.990.5400.72
HSL212.57º97.22%14.12%-
HSV(B)212.57º98.59%27.84%-
XYZ1.691.556.17-
YUV27.76152.4108.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=0.95%
G=31.43%
B=67.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal133710.990.5400.72212.5797.2214.12
Hex121476336048d561e
Octal14110714366011032514116
Binary110000110001111100011110110010010001101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012147; }

 p { color: rgb(1,33,71); }

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

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

 a { background-color: rgb(1,33,71); }

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

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

 span { border-color: rgb(1,33,71); }

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