#041B38

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

Shades of Tangaroa #041B38

Tints of Tangaroa #041B38

Color information

#041B38 (or 0x041B38) is unknown color: approx Tangaroa. HEX triplet: 04, 1B and 38. RGB value is (4,27,56). Sum of RGB (Red+Green+Blue) = 4+27+56=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #041B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B38 is #FBE4C7. Grayscale: #171717. Windows color (decimal): -16508104 or 3676932. OLE color: 3676932.

HSL color Cylindrical-coordinate representation of color #041B38: hue angle of 213.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041B38 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB42756-
CMYK0.930.5200.78
HSL213.46º86.67%11.76%-
HSV(B)213.46º92.86%21.96%-
XYZ1.161.13.89-
YUV23.43146.38114.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 56 (22.27% from 255) = 64.37%
R=4.60%
G=31.03%
B=64.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal427560.930.5200.78213.4686.6711.76
Hex41B385D3404Ed557c
Octal4337013564011632512714
Binary100110111110001011101110100010011101101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,27,56); }

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

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

 a { background-color: rgb(4,27,56); }

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

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

 span { border-color: rgb(4,27,56); }

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