#041B3A

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

Shades of Tangaroa #041B3A

Tints of Tangaroa #041B3A

Color information

#041B3A (or 0x041B3A) is unknown color: approx Tangaroa. HEX triplet: 04, 1B and 3A. RGB value is (4,27,58). Sum of RGB (Red+Green+Blue) = 4+27+58=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #041B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B3A is #FBE4C5. Grayscale: #171717. Windows color (decimal): -16508102 or 3808004. OLE color: 3808004.

HSL color Cylindrical-coordinate representation of color #041B3A: hue angle of 214.44º 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 #041B3A is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB42758-
CMYK0.930.5300.77
HSL214.44º87.1%12.16%-
HSV(B)214.44º93.1%22.75%-
XYZ1.211.124.15-
YUV23.66147.38113.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 58 (23.05% from 255) = 65.17%
R=4.49%
G=30.34%
B=65.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal427580.930.5300.77214.4487.112.16
Hex41B3A5D3504Dd657c
Octal4337213565011532612714
Binary100110111110101011101110101010011011101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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