Html Css Color HEX #041C38 Tangaroa

📋 copy color: '#041C38'

red 4 ◦ green 28 ◦ blue 56

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

Shades of Tangaroa #041C38

Tints of Tangaroa #041C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 63.64%

R = 4.55%
G = 31.82%
B = 63.64%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#041C38 (or 0x041C38) is known color: Tangaroa. HEX triplet: 04, 1C and 38. RGB value is (4,28,56). Sum of RGB (Red+Green+Blue) = 4+28+56=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #041C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C38 is #FBE3C7. Grayscale: #171717. Windows color (decimal): -16507848 or 3677188. OLE color: 3677188.

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

Color convert

RGB 4 28 56 -
CMYK 0.93 0.50 0 0.78
HSL 212.31º 0.87% 0.12% -
HSV(B) 212.31º 0.93% 0.22% -
XYZ 1.18 1.14 3.9 -
YUV 24.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 4 28 56 0.93 0.50 0 0.78 212.31 0.87 0.12
Hex 4 1C 38 5D 32 0 4E D4 57 C
Octal 4 34 70 135 62 0 116 324 127 14
Binary 100 11100 111000 1011101 110010 0 1001110 11010100 1010111 1100

Color Harmonies of #041C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C38

Black with #041C38

Text Example


Text Example

White with #041C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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