Html Css Color HEX #041E3F Tangaroa

📋 copy color: '#041E3F'

red 4 ◦ green 30 ◦ blue 63

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

Shades of Tangaroa #041E3F

Tints of Tangaroa #041E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.93%

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

R = 4.12%
G = 30.93%
B = 64.95%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041E3F (or 0x041E3F) is known color: Tangaroa. HEX triplet: 04, 1E and 3F. RGB value is (4,30,63). Sum of RGB (Red+Green+Blue) = 4+30+63=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #041E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E3F is #FBE1C0. Grayscale: #191919. Windows color (decimal): -16507329 or 4136452. OLE color: 4136452.

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

Color convert

RGB 4 30 63 -
CMYK 0.94 0.52 0 0.75
HSL 213.56º 0.88% 0.13% -
HSV(B) 213.56º 0.94% 0.25% -
XYZ 1.41 1.31 4.88 -
YUV 25.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 4 30 63 0.94 0.52 0 0.75 213.56 0.88 0.13
Hex 4 1E 3F 5E 34 0 4B D6 58 D
Octal 4 36 77 136 64 0 113 326 130 15
Binary 100 11110 111111 1011110 110100 0 1001011 11010110 1011000 1101

Color Harmonies of #041E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E3F

Black with #041E3F

Text Example


Text Example

White with #041E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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