Html Css Color HEX #043148 Blue Whale

📋 copy color: '#043148'

red 4 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #043148

Tints of Blue Whale #043148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.2%

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

R = 3.2%
G = 39.2%
B = 57.6%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#043148 (or 0x043148) is known color: Blue Whale. HEX triplet: 04, 31 and 48. RGB value is (4,49,72). Sum of RGB (Red+Green+Blue) = 4+49+72=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #043148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043148 is #FBCEB7. Grayscale: #262626. Windows color (decimal): -16502456 or 4731140. OLE color: 4731140.

HSL color Cylindrical-coordinate representation of color #043148: hue angle of 200.29º 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 #043148 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 49 72 -
CMYK 0.94 0.32 0 0.72
HSL 200.29º 0.89% 0.15% -
HSV(B) 200.29º 0.94% 0.28% -
XYZ 2.32 2.69 6.53 -
YUV 38.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 4 49 72 0.94 0.32 0 0.72 200.29 0.89 0.15
Hex 4 31 48 5E 20 0 48 C8 59 F
Octal 4 61 110 136 40 0 110 310 131 17
Binary 100 110001 1001000 1011110 100000 0 1001000 11001000 1011001 1111

Color Harmonies of #043148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043148

Black with #043148

Text Example


Text Example

White with #043148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043148; }

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

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

background-color css

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

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

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

border-color css

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

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

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