Html Css Color HEX #053141 Blue Whale

📋 copy color: '#053141'

red 5 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #053141

Tints of Blue Whale #053141

RGB

 RED value IS 5 (2.34% from 255) = 4.2%

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

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

R = 4.2%
G = 41.18%
B = 54.62%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053141 (or 0x053141) is known color: Blue Whale. HEX triplet: 05, 31 and 41. RGB value is (5,49,65). Sum of RGB (Red+Green+Blue) = 5+49+65=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #053141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053141 is #FACEBE. Grayscale: #252525. Windows color (decimal): -16436927 or 4272389. OLE color: 4272389.

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

Color convert

RGB 5 49 65 -
CMYK 0.92 0.25 0 0.75
HSL 196º 0.86% 0.14% -
HSV(B) 196º 0.92% 0.25% -
XYZ 2.12 2.61 5.39 -
YUV 37.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 5 49 65 0.92 0.25 0 0.75 196 0.86 0.14
Hex 5 31 41 5C 19 0 4B C4 56 E
Octal 5 61 101 134 31 0 113 304 126 16
Binary 101 110001 1000001 1011100 11001 0 1001011 11000100 1010110 1110

Color Harmonies of #053141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053141

Black with #053141

Text Example


Text Example

White with #053141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053141; }

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

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

background-color css

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

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

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

border-color css

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

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

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