#012244

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

Shades of Tangaroa #012244

Tints of Tangaroa #012244

Color information

#012244 (or 0x012244) is unknown color: approx Tangaroa. HEX triplet: 01, 22 and 44. RGB value is (1,34,68). Sum of RGB (Red+Green+Blue) = 1+34+68=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 68 (26.95% from 255 or 66.02% from 103); Max value from RGB is 68 - color contains mainly: blue. Hex color #012244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012244 is #FEDDBB. Grayscale: #1B1B1B. Windows color (decimal): -16702908 or 4465153. OLE color: 4465153.

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

Color convert

RGB13468-
CMYK0.990.5000.73
HSL210.45º97.1%13.53%-
HSV(B)210.45º98.53%26.67%-
XYZ1.631.575.69-
YUV28.01150.57108.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 68 (26.95% from 255) = 66.02%
R=0.97%
G=33.01%
B=66.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal134680.990.5000.73210.4597.113.53
Hex122446332049d261e
Octal14210414362011132214116
Binary110001010001001100011110010010010011101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012244; }

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

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

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

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

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

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

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

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