Html Css Color HEX #043140 Blue Whale

📋 copy color: '#043140'

red 4 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #043140

Tints of Blue Whale #043140

RGB

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

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

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

R = 3.42%
G = 41.88%
B = 54.7%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043140 (or 0x043140) is known color: Blue Whale. HEX triplet: 04, 31 and 40. RGB value is (4,49,64). Sum of RGB (Red+Green+Blue) = 4+49+64=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #043140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043140 is #FBCEBF. Grayscale: #252525. Windows color (decimal): -16502464 or 4206852. OLE color: 4206852.

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

Color convert

RGB 4 49 64 -
CMYK 0.94 0.23 0 0.75
HSL 195º 0.88% 0.13% -
HSV(B) 195º 0.94% 0.25% -
XYZ 2.07 2.59 5.24 -
YUV 37.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 4 49 64 0.94 0.23 0 0.75 195 0.88 0.13
Hex 4 31 40 5E 17 0 4B C3 58 D
Octal 4 61 100 136 27 0 113 303 130 15
Binary 100 110001 1000000 1011110 10111 0 1001011 11000011 1011000 1101

Color Harmonies of #043140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043140

Black with #043140

Text Example


Text Example

White with #043140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043140; }

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

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

background-color css

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

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

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

border-color css

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

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

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