Html Css Color HEX #043141 Blue Whale

📋 copy color: '#043141'

red 4 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #043141

Tints of Blue Whale #043141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 3.39%
G = 41.53%
B = 55.08%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043141 (or 0x043141) is known color: Blue Whale. HEX triplet: 04, 31 and 41. RGB value is (4,49,65). Sum of RGB (Red+Green+Blue) = 4+49+65=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #043141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043141 is #FBCEBE. Grayscale: #252525. Windows color (decimal): -16502463 or 4272388. OLE color: 4272388.

HSL color Cylindrical-coordinate representation of color #043141: hue angle of 195.74º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043141 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 49 65 -
CMYK 0.94 0.25 0 0.75
HSL 195.74º 0.88% 0.14% -
HSV(B) 195.74º 0.94% 0.25% -
XYZ 2.1 2.6 5.39 -
YUV 37.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 4 49 65 0.94 0.25 0 0.75 195.74 0.88 0.14
Hex 4 31 41 5E 19 0 4B C4 58 E
Octal 4 61 101 136 31 0 113 304 130 16
Binary 100 110001 1000001 1011110 11001 0 1001011 11000100 1011000 1110

Color Harmonies of #043141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043141

Black with #043141

Text Example


Text Example

White with #043141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043141; }

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

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

background-color css

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

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

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

border-color css

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

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

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