#042239

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

Shades of Tangaroa #042239

Tints of Tangaroa #042239

Color information

#042239 (or 0x042239) is unknown color: approx Tangaroa. HEX triplet: 04, 22 and 39. RGB value is (4,34,57). Sum of RGB (Red+Green+Blue) = 4+34+57=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #042239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042239 is #FBDDC6. Grayscale: #1B1B1B. Windows color (decimal): -16506311 or 3744260. OLE color: 3744260.

HSL color Cylindrical-coordinate representation of color #042239: hue angle of 206.04º 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 #042239 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB43457-
CMYK0.930.4000.78
HSL206.04º86.89%11.96%-
HSV(B)206.04º92.98%22.35%-
XYZ1.361.474.08-
YUV27.65144.56111.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 57 (22.66% from 255) = 60%
R=4.21%
G=35.79%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal434570.930.4000.78206.0486.8911.96
Hex422395D2804Ece57c
Octal4427113550011631612714
Binary1001000101110011011101101000010011101100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042239; }

 p { color: rgb(4,34,57); }

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

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

 a { background-color: rgb(4,34,57); }

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

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

 span { border-color: rgb(4,34,57); }

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