Html Css Color HEX #041C40 Tangaroa

📋 copy color: '#041C40'

red 4 ◦ green 28 ◦ blue 64

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

Shades of Tangaroa #041C40

Tints of Tangaroa #041C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 66.67%

R = 4.17%
G = 29.17%
B = 66.67%

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

#041C40 (or 0x041C40) is known color: Tangaroa. HEX triplet: 04, 1C and 40. RGB value is (4,28,64). Sum of RGB (Red+Green+Blue) = 4+28+64=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #041C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C40 is #FBE3BF. Grayscale: #181818. Windows color (decimal): -16507840 or 4201476. OLE color: 4201476.

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

Color convert

RGB 4 28 64 -
CMYK 0.94 0.56 0 0.75
HSL 216º 0.88% 0.13% -
HSV(B) 216º 0.94% 0.25% -
XYZ 1.39 1.23 5.01 -
YUV 24.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 4 28 64 0.94 0.56 0 0.75 216 0.88 0.13
Hex 4 1C 40 5E 38 0 4B D8 58 D
Octal 4 34 100 136 70 0 113 330 130 15
Binary 100 11100 1000000 1011110 111000 0 1001011 11011000 1011000 1101

Color Harmonies of #041C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C40

Black with #041C40

Text Example


Text Example

White with #041C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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