#012444

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

Shades of Tangaroa #012444

Tints of Tangaroa #012444

Color information

#012444 (or 0x012444) is unknown color: approx Tangaroa. HEX triplet: 01, 24 and 44. RGB value is (1,36,68). Sum of RGB (Red+Green+Blue) = 1+36+68=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #012444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012444 is #FEDBBB. Grayscale: #1D1D1D. Windows color (decimal): -16702396 or 4465665. OLE color: 4465665.

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

Color convert

RGB13668-
CMYK0.990.4700.73
HSL208.66º97.1%13.53%-
HSV(B)208.66º98.53%26.67%-
XYZ1.691.695.71-
YUV29.18149.9107.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 68 (26.95% from 255) = 64.76%
R=0.95%
G=34.29%
B=64.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal136680.990.4700.73208.6697.113.53
Hex12444632F049d161e
Octal14410414357011132114116
Binary110010010001001100011101111010010011101000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012444; }

 p { color: rgb(1,36,68); }

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

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

 a { background-color: rgb(1,36,68); }

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

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

 span { border-color: rgb(1,36,68); }

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