#012247

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

Shades of Tangaroa #012247

Tints of Tangaroa #012247

Color information

#012247 (or 0x012247) is unknown color: approx Tangaroa. HEX triplet: 01, 22 and 47. RGB value is (1,34,71). Sum of RGB (Red+Green+Blue) = 1+34+71=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #012247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012247 is #FEDDB8. Grayscale: #1C1C1C. Windows color (decimal): -16702905 or 4661761. OLE color: 4661761.

HSL color Cylindrical-coordinate representation of color #012247: hue angle of 211.71º 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 #012247 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13471-
CMYK0.990.5200.72
HSL211.71º97.22%14.12%-
HSV(B)211.71º98.59%27.84%-
XYZ1.721.616.18-
YUV28.35152.07108.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=0.94%
G=32.08%
B=66.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal134710.990.5200.72211.7197.2214.12
Hex122476334048d461e
Octal14210714364011032414116
Binary110001010001111100011110100010010001101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012247; }

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

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

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

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

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

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

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

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