Html Css Color HEX #041D3F Tangaroa

📋 copy color: '#041D3F'

red 4 ◦ green 29 ◦ blue 63

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

Shades of Tangaroa #041D3F

Tints of Tangaroa #041D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 65.63%

R = 4.17%
G = 30.21%
B = 65.63%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041D3F (or 0x041D3F) is known color: Tangaroa. HEX triplet: 04, 1D and 3F. RGB value is (4,29,63). Sum of RGB (Red+Green+Blue) = 4+29+63=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #041D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D3F is #FBE2C0. Grayscale: #191919. Windows color (decimal): -16507585 or 4136196. OLE color: 4136196.

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

Color convert

RGB 4 29 63 -
CMYK 0.94 0.54 0 0.75
HSL 214.58º 0.88% 0.13% -
HSV(B) 214.58º 0.94% 0.25% -
XYZ 1.39 1.26 4.87 -
YUV 25.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 4 29 63 0.94 0.54 0 0.75 214.58 0.88 0.13
Hex 4 1D 3F 5E 36 0 4B D7 58 D
Octal 4 35 77 136 66 0 113 327 130 15
Binary 100 11101 111111 1011110 110110 0 1001011 11010111 1011000 1101

Color Harmonies of #041D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D3F

Black with #041D3F

Text Example


Text Example

White with #041D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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