Html Css Color HEX #043041 Blue Whale

📋 copy color: '#043041'

red 4 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #043041

Tints of Blue Whale #043041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

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

R = 3.42%
G = 41.03%
B = 55.56%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#043041 (or 0x043041) is known color: Blue Whale. HEX triplet: 04, 30 and 41. RGB value is (4,48,65). Sum of RGB (Red+Green+Blue) = 4+48+65=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #043041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043041 is #FBCFBE. Grayscale: #242424. Windows color (decimal): -16502719 or 4272132. OLE color: 4272132.

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

Color convert

RGB 4 48 65 -
CMYK 0.94 0.26 0 0.75
HSL 196.72º 0.88% 0.14% -
HSV(B) 196.72º 0.94% 0.25% -
XYZ 2.06 2.52 5.38 -
YUV 36.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 4 48 65 0.94 0.26 0 0.75 196.72 0.88 0.14
Hex 4 30 41 5E 1A 0 4B C5 58 E
Octal 4 60 101 136 32 0 113 305 130 16
Binary 100 110000 1000001 1011110 11010 0 1001011 11000101 1011000 1110

Color Harmonies of #043041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043041

Black with #043041

Text Example


Text Example

White with #043041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043041; }

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

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

background-color css

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

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

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

border-color css

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

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

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