Html Css Color HEX #041D3B Tangaroa

📋 copy color: '#041D3B'

red 4 ◦ green 29 ◦ blue 59

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

Shades of Tangaroa #041D3B

Tints of Tangaroa #041D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 64.13%

R = 4.35%
G = 31.52%
B = 64.13%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#041D3B (or 0x041D3B) is known color: Tangaroa. HEX triplet: 04, 1D and 3B. RGB value is (4,29,59). Sum of RGB (Red+Green+Blue) = 4+29+59=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #041D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D3B is #FBE2C4. Grayscale: #181818. Windows color (decimal): -16507589 or 3874052. OLE color: 3874052.

HSL color Cylindrical-coordinate representation of color #041D3B: hue angle of 212.73º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041D3B is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 29 59 -
CMYK 0.93 0.51 0 0.77
HSL 212.73º 0.87% 0.12% -
HSV(B) 212.73º 0.93% 0.23% -
XYZ 1.28 1.22 4.31 -
YUV 24.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 4 29 59 0.93 0.51 0 0.77 212.73 0.87 0.12
Hex 4 1D 3B 5D 33 0 4D D5 57 C
Octal 4 35 73 135 63 0 115 325 127 14
Binary 100 11101 111011 1011101 110011 0 1001101 11010101 1010111 1100

Color Harmonies of #041D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D3B

Black with #041D3B

Text Example


Text Example

White with #041D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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