Html Css Color HEX #043142 Blue Whale

📋 copy color: '#043142'

red 4 ◦ green 49 ◦ blue 66

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

Shades of Blue Whale #043142

Tints of Blue Whale #043142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 55.46%

R = 3.36%
G = 41.18%
B = 55.46%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#043142 (or 0x043142) is known color: Blue Whale. HEX triplet: 04, 31 and 42. RGB value is (4,49,66). Sum of RGB (Red+Green+Blue) = 4+49+66=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #043142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043142 is #FBCEBD. Grayscale: #252525. Windows color (decimal): -16502462 or 4337924. OLE color: 4337924.

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

Color convert

RGB 4 49 66 -
CMYK 0.94 0.26 0 0.74
HSL 196.45º 0.89% 0.14% -
HSV(B) 196.45º 0.94% 0.26% -
XYZ 2.13 2.62 5.55 -
YUV 37.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 4 49 66 0.94 0.26 0 0.74 196.45 0.89 0.14
Hex 4 31 42 5E 1A 0 4A C4 59 E
Octal 4 61 102 136 32 0 112 304 131 16
Binary 100 110001 1000010 1011110 11010 0 1001010 11000100 1011001 1110

Color Harmonies of #043142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043142

Black with #043142

Text Example


Text Example

White with #043142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043142; }

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

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

background-color css

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

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

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

border-color css

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

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

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