Html Css Color HEX #042139 Tangaroa

📋 copy color: '#042139'

red 4 ◦ green 33 ◦ blue 57

#042139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #042139

Tints of Tangaroa #042139

RGB

 RED value IS 4 (1.95% from 255) = 4.26%

 GREEN value IS 33 (13.28% from 255) = 35.11%

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 4.26%
G = 35.11%
B = 60.64%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042139 (or 0x042139) is known color: Tangaroa. HEX triplet: 04, 21 and 39. RGB value is (4,33,57). Sum of RGB (Red+Green+Blue) = 4+33+57=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #042139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042139 is #FBDEC6. Grayscale: #1A1A1A. Windows color (decimal): -16506567 or 3744004. OLE color: 3744004.

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

Color convert

RGB 4 33 57 -
CMYK 0.93 0.42 0 0.78
HSL 207.17º 0.87% 0.12% -
HSV(B) 207.17º 0.93% 0.22% -
XYZ 1.33 1.41 4.07 -
YUV 27.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 4 33 57 0.93 0.42 0 0.78 207.17 0.87 0.12
Hex 4 21 39 5D 2A 0 4E CF 57 C
Octal 4 41 71 135 52 0 116 317 127 14
Binary 100 100001 111001 1011101 101010 0 1001110 11001111 1010111 1100

Color Harmonies of #042139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042139

Black with #042139

Text Example


Text Example

White with #042139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042139; }

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

 H1.HeaderClassName
 {
   color: #042139;
 }
 .AnyTagClassName
 {
   color: #042139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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