Html Css Color HEX #042040 Tangaroa

📋 copy color: '#042040'

red 4 ◦ green 32 ◦ blue 64

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

Shades of Tangaroa #042040

Tints of Tangaroa #042040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32%

 BLUE value IS 64 (25.39% from 255) = 64%

R = 4%
G = 32%
B = 64%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042040 (or 0x042040) is known color: Tangaroa. HEX triplet: 04, 20 and 40. RGB value is (4,32,64). Sum of RGB (Red+Green+Blue) = 4+32+64=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #042040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042040 is #FBDFBF. Grayscale: #1B1B1B. Windows color (decimal): -16506816 or 4202500. OLE color: 4202500.

HSL color Cylindrical-coordinate representation of color #042040: hue angle of 212º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042040 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 32 64 -
CMYK 0.94 0.50 0 0.75
HSL 212º 0.88% 0.13% -
HSV(B) 212º 0.94% 0.25% -
XYZ 1.49 1.43 5.05 -
YUV 27.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 4 32 64 0.94 0.50 0 0.75 212 0.88 0.13
Hex 4 20 40 5E 32 0 4B D4 58 D
Octal 4 40 100 136 62 0 113 324 130 15
Binary 100 100000 1000000 1011110 110010 0 1001011 11010100 1011000 1101

Color Harmonies of #042040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042040

Black with #042040

Text Example


Text Example

White with #042040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042040; }

 p { color: rgb(4,32,64); }

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

background-color css

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

 a { background-color: rgb(4,32,64); }

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

border-color css

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

 span { border-color: rgb(4,32,64); }

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