Html Css Color HEX #042548 Tangaroa

📋 copy color: '#042548'

red 4 ◦ green 37 ◦ blue 72

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

Shades of Tangaroa #042548

Tints of Tangaroa #042548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 72 (28.52% from 255) = 63.72%

R = 3.54%
G = 32.74%
B = 63.72%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042548 (or 0x042548) is known color: Tangaroa. HEX triplet: 04, 25 and 48. RGB value is (4,37,72). Sum of RGB (Red+Green+Blue) = 4+37+72=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #042548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042548 is #FBDAB7. Grayscale: #1E1E1E. Windows color (decimal): -16505528 or 4728068. OLE color: 4728068.

HSL color Cylindrical-coordinate representation of color #042548: hue angle of 210.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042548 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 37 72 -
CMYK 0.94 0.49 0 0.72
HSL 210.88º 0.89% 0.15% -
HSV(B) 210.88º 0.94% 0.28% -
XYZ 1.88 1.82 6.38 -
YUV 31.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 4 37 72 0.94 0.49 0 0.72 210.88 0.89 0.15
Hex 4 25 48 5E 31 0 48 D3 59 F
Octal 4 45 110 136 61 0 110 323 131 17
Binary 100 100101 1001000 1011110 110001 0 1001000 11010011 1011001 1111

Color Harmonies of #042548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042548

Black with #042548

Text Example


Text Example

White with #042548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042548; }

 p { color: rgb(4,37,72); }

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

background-color css

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

 a { background-color: rgb(4,37,72); }

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

border-color css

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

 span { border-color: rgb(4,37,72); }

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