Html Css Color HEX #041D43 Tangaroa

📋 copy color: '#041D43'

red 4 ◦ green 29 ◦ blue 67

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

Shades of Tangaroa #041D43

Tints of Tangaroa #041D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

 BLUE value IS 67 (26.56% from 255) = 67%

R = 4%
G = 29%
B = 67%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#041D43 (or 0x041D43) is known color: Tangaroa. HEX triplet: 04, 1D and 43. RGB value is (4,29,67). Sum of RGB (Red+Green+Blue) = 4+29+67=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #041D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D43 is #FBE2BC. Grayscale: #191919. Windows color (decimal): -16507581 or 4398340. OLE color: 4398340.

HSL color Cylindrical-coordinate representation of color #041D43: hue angle of 216.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041D43 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 29 67 -
CMYK 0.94 0.57 0 0.74
HSL 216.19º 0.89% 0.14% -
HSV(B) 216.19º 0.94% 0.26% -
XYZ 1.5 1.31 5.48 -
YUV 25.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 4 29 67 0.94 0.57 0 0.74 216.19 0.89 0.14
Hex 4 1D 43 5E 39 0 4A D8 59 E
Octal 4 35 103 136 71 0 112 330 131 16
Binary 100 11101 1000011 1011110 111001 0 1001010 11011000 1011001 1110

Color Harmonies of #041D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D43

Black with #041D43

Text Example


Text Example

White with #041D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041D43; }

 p { color: rgb(4,29,67); }

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

background-color css

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

 a { background-color: rgb(4,29,67); }

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

border-color css

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

 span { border-color: rgb(4,29,67); }

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