#001F44

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

Shades of Tangaroa #001F44

Tints of Tangaroa #001F44

Color information

#001F44 (or 0x001F44) is unknown color: approx Tangaroa. HEX triplet: 00, 1F and 44. RGB value is (0,31,68). Sum of RGB (Red+Green+Blue) = 0+31+68=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 68 (26.95% from 255 or 68.69% from 99); Max value from RGB is 68 - color contains mainly: blue. Hex color #001F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F44 is #FFE0BB. Grayscale: #191919. Windows color (decimal): -16769212 or 4464384. OLE color: 4464384.

HSL color Cylindrical-coordinate representation of color #001F44: hue angle of 212.65º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F44 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB03168-
CMYK10.5400.73
HSL212.65º100%13.33%-
HSV(B)212.65º100%26.67%-
XYZ1.531.45.66-
YUV25.95151.73109.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 68 (26.95% from 255) = 68.69%
R=0%
G=31.31%
B=68.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0316810.5400.73212.6510013.33
Hex01F446436049d564d
Octal03710414466011132514415
Binary01111110001001100100110110010010011101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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