Html Css Color HEX #042441 Tangaroa

📋 copy color: '#042441'

red 4 ◦ green 36 ◦ blue 65

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

Shades of Tangaroa #042441

Tints of Tangaroa #042441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.29%

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

R = 3.81%
G = 34.29%
B = 61.9%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042441 (or 0x042441) is known color: Tangaroa. HEX triplet: 04, 24 and 41. RGB value is (4,36,65). Sum of RGB (Red+Green+Blue) = 4+36+65=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #042441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042441 is #FBDBBE. Grayscale: #1D1D1D. Windows color (decimal): -16505791 or 4269060. OLE color: 4269060.

HSL color Cylindrical-coordinate representation of color #042441: hue angle of 208.52º 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 #042441 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 36 65 -
CMYK 0.94 0.45 0 0.75
HSL 208.52º 0.88% 0.14% -
HSV(B) 208.52º 0.94% 0.25% -
XYZ 1.64 1.67 5.24 -
YUV 29.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 4 36 65 0.94 0.45 0 0.75 208.52 0.88 0.14
Hex 4 24 41 5E 2D 0 4B D1 58 E
Octal 4 44 101 136 55 0 113 321 130 16
Binary 100 100100 1000001 1011110 101101 0 1001011 11010001 1011000 1110

Color Harmonies of #042441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042441

Black with #042441

Text Example


Text Example

White with #042441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042441; }

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

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

background-color css

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

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

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

border-color css

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

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

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