#041D3B

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

Shades of Tangaroa #041D3B

Tints of Tangaroa #041D3B

Color information

#041D3B (or 0x041D3B) is unknown color: approx Tangaroa. HEX triplet: 04, 1D and 3B. RGB value is (4,29,59). Sum of RGB (Red+Green+Blue) = 4+29+59=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #041D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D3B is #FBE2C4. Grayscale: #181818. Windows color (decimal): -16507589 or 3874052. OLE color: 3874052.

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

Color convert

RGB42959-
CMYK0.930.5100.77
HSL212.73º87.3%12.35%-
HSV(B)212.73º93.22%23.14%-
XYZ1.281.224.31-
YUV24.94147.22113.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 59 (23.44% from 255) = 64.13%
R=4.35%
G=31.52%
B=64.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal429590.930.5100.77212.7387.312.35
Hex41D3B5D3304Dd557c
Octal4357313563011532512714
Binary100111011110111011101110011010011011101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,29,59); }

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

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

 a { background-color: rgb(4,29,59); }

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

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

 span { border-color: rgb(4,29,59); }

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