Html Css Color HEX #041C3F Tangaroa

📋 copy color: '#041C3F'

red 4 ◦ green 28 ◦ blue 63

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

Shades of Tangaroa #041C3F

Tints of Tangaroa #041C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.47%

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

R = 4.21%
G = 29.47%
B = 66.32%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041C3F (or 0x041C3F) is known color: Tangaroa. HEX triplet: 04, 1C and 3F. RGB value is (4,28,63). Sum of RGB (Red+Green+Blue) = 4+28+63=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #041C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C3F is #FBE3C0. Grayscale: #181818. Windows color (decimal): -16507841 or 4135940. OLE color: 4135940.

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

Color convert

RGB 4 28 63 -
CMYK 0.94 0.56 0 0.75
HSL 215.59º 0.88% 0.13% -
HSV(B) 215.59º 0.94% 0.25% -
XYZ 1.36 1.22 4.87 -
YUV 24.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 4 28 63 0.94 0.56 0 0.75 215.59 0.88 0.13
Hex 4 1C 3F 5E 38 0 4B D8 58 D
Octal 4 34 77 136 70 0 113 330 130 15
Binary 100 11100 111111 1011110 111000 0 1001011 11011000 1011000 1101

Color Harmonies of #041C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C3F

Black with #041C3F

Text Example


Text Example

White with #041C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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