Html Css Color HEX #042B41 Tangaroa

📋 copy color: '#042B41'

red 4 ◦ green 43 ◦ blue 65

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

Shades of Tangaroa #042B41

Tints of Tangaroa #042B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.39%

 BLUE value IS 65 (25.78% from 255) = 58.04%

R = 3.57%
G = 38.39%
B = 58.04%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042B41 (or 0x042B41) is known color: Tangaroa. HEX triplet: 04, 2B and 41. RGB value is (4,43,65). Sum of RGB (Red+Green+Blue) = 4+43+65=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #042B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B41 is #FBD4BE. Grayscale: #212121. Windows color (decimal): -16503999 or 4270852. OLE color: 4270852.

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

Color convert

RGB 4 43 65 -
CMYK 0.94 0.34 0 0.75
HSL 201.64º 0.88% 0.14% -
HSV(B) 201.64º 0.94% 0.25% -
XYZ 1.87 2.14 5.31 -
YUV 33.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 4 43 65 0.94 0.34 0 0.75 201.64 0.88 0.14
Hex 4 2B 41 5E 22 0 4B CA 58 E
Octal 4 53 101 136 42 0 113 312 130 16
Binary 100 101011 1000001 1011110 100010 0 1001011 11001010 1011000 1110

Color Harmonies of #042B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B41

Black with #042B41

Text Example


Text Example

White with #042B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042B41; }

 p { color: rgb(4,43,65); }

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

background-color css

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

 a { background-color: rgb(4,43,65); }

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

border-color css

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

 span { border-color: rgb(4,43,65); }

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