Html Css Color HEX #042B39 Tangaroa

📋 copy color: '#042B39'

red 4 ◦ green 43 ◦ blue 57

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

Shades of Tangaroa #042B39

Tints of Tangaroa #042B39

RGB

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

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

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

R = 3.85%
G = 41.35%
B = 54.81%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042B39 (or 0x042B39) is known color: Tangaroa. HEX triplet: 04, 2B and 39. RGB value is (4,43,57). Sum of RGB (Red+Green+Blue) = 4+43+57=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #042B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B39 is #FBD4C6. Grayscale: #202020. Windows color (decimal): -16504007 or 3746564. OLE color: 3746564.

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

Color convert

RGB 4 43 57 -
CMYK 0.93 0.25 0 0.78
HSL 195.85º 0.87% 0.12% -
HSV(B) 195.85º 0.93% 0.22% -
XYZ 1.65 2.05 4.18 -
YUV 32.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 4 43 57 0.93 0.25 0 0.78 195.85 0.87 0.12
Hex 4 2B 39 5D 19 0 4E C4 57 C
Octal 4 53 71 135 31 0 116 304 127 14
Binary 100 101011 111001 1011101 11001 0 1001110 11000100 1010111 1100

Color Harmonies of #042B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B39

Black with #042B39

Text Example


Text Example

White with #042B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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