#011F44

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

Shades of Tangaroa #011F44

Tints of Tangaroa #011F44

Color information

#011F44 (or 0x011F44) is unknown color: approx Tangaroa. HEX triplet: 01, 1F and 44. RGB value is (1,31,68). Sum of RGB (Red+Green+Blue) = 1+31+68=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #011F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F44 is #FEE0BB. Grayscale: #1A1A1A. Windows color (decimal): -16703676 or 4464385. OLE color: 4464385.

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

Color convert

RGB13168-
CMYK0.990.5400.73
HSL213.13º97.1%13.53%-
HSV(B)213.13º98.53%26.67%-
XYZ1.551.45.66-
YUV26.25151.56109.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 68 (26.95% from 255) = 68%
R=1%
G=31%
B=68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal131680.990.5400.73213.1397.113.53
Hex11F446336049d561e
Octal13710414366011132514116
Binary11111110001001100011110110010010011101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011F44; }

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

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

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

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

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

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

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

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