Html Css Color HEX #042C41 Blue Whale

📋 copy color: '#042C41'

red 4 ◦ green 44 ◦ blue 65

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

Shades of Blue Whale #042C41

Tints of Blue Whale #042C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.94%

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

R = 3.54%
G = 38.94%
B = 57.52%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042C41 (or 0x042C41) is known color: Blue Whale. HEX triplet: 04, 2C and 41. RGB value is (4,44,65). Sum of RGB (Red+Green+Blue) = 4+44+65=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #042C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C41 is #FBD3BE. Grayscale: #222222. Windows color (decimal): -16503743 or 4271108. OLE color: 4271108.

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

Color convert

RGB 4 44 65 -
CMYK 0.94 0.32 0 0.75
HSL 200.66º 0.88% 0.14% -
HSV(B) 200.66º 0.94% 0.25% -
XYZ 1.9 2.21 5.33 -
YUV 34.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 4 44 65 0.94 0.32 0 0.75 200.66 0.88 0.14
Hex 4 2C 41 5E 20 0 4B C9 58 E
Octal 4 54 101 136 40 0 113 311 130 16
Binary 100 101100 1000001 1011110 100000 0 1001011 11001001 1011000 1110

Color Harmonies of #042C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C41

Black with #042C41

Text Example


Text Example

White with #042C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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