#042147

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

Shades of Tangaroa #042147

Tints of Tangaroa #042147

Color information

#042147 (or 0x042147) is unknown color: approx Tangaroa. HEX triplet: 04, 21 and 47. RGB value is (4,33,71). Sum of RGB (Red+Green+Blue) = 4+33+71=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #042147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042147 is #FBDEB8. Grayscale: #1C1C1C. Windows color (decimal): -16506553 or 4661508. OLE color: 4661508.

HSL color Cylindrical-coordinate representation of color #042147: hue angle of 214.03º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042147 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB43371-
CMYK0.940.5400.72
HSL214.03º89.33%14.71%-
HSV(B)214.03º94.37%27.84%-
XYZ1.731.576.17-
YUV28.66151.89110.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=3.70%
G=30.56%
B=65.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal433710.940.5400.72214.0389.3314.71
Hex421475E36048d659f
Octal44110713666011032613117
Binary10010000110001111011110110110010010001101011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042147; }

 p { color: rgb(4,33,71); }

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

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

 a { background-color: rgb(4,33,71); }

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

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

 span { border-color: rgb(4,33,71); }

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