#041F44

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

Shades of Tangaroa #041F44

Tints of Tangaroa #041F44

Color information

#041F44 (or 0x041F44) is unknown color: approx Tangaroa. HEX triplet: 04, 1F and 44. RGB value is (4,31,68). Sum of RGB (Red+Green+Blue) = 4+31+68=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 31 (12.5% from 255 or 30.10% 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 #041F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F44 is #FBE0BB. Grayscale: #1A1A1A. Windows color (decimal): -16507068 or 4464388. OLE color: 4464388.

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

Color convert

RGB43168-
CMYK0.940.5400.73
HSL214.69º88.89%14.12%-
HSV(B)214.69º94.12%26.67%-
XYZ1.581.425.66-
YUV27.15151.05111.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 68 (26.95% from 255) = 66.02%
R=3.88%
G=30.10%
B=66.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal431680.940.5400.73214.6988.8914.12
Hex41F445E36049d759e
Octal43710413666011132713116
Binary1001111110001001011110110110010010011101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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