Html Css Color HEX #053149 Blue Whale

📋 copy color: '#053149'

red 5 ◦ green 49 ◦ blue 73

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

Shades of Blue Whale #053149

Tints of Blue Whale #053149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 57.48%

R = 3.94%
G = 38.58%
B = 57.48%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#053149 (or 0x053149) is known color: Blue Whale. HEX triplet: 05, 31 and 49. RGB value is (5,49,73). Sum of RGB (Red+Green+Blue) = 5+49+73=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #053149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053149 is #FACEB6. Grayscale: #262626. Windows color (decimal): -16436919 or 4796677. OLE color: 4796677.

HSL color Cylindrical-coordinate representation of color #053149: hue angle of 201.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053149 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 49 73 -
CMYK 0.93 0.33 0 0.71
HSL 201.18º 0.87% 0.15% -
HSV(B) 201.18º 0.93% 0.29% -
XYZ 2.36 2.71 6.7 -
YUV 38.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 5 49 73 0.93 0.33 0 0.71 201.18 0.87 0.15
Hex 5 31 49 5D 21 0 47 C9 57 F
Octal 5 61 111 135 41 0 107 311 127 17
Binary 101 110001 1001001 1011101 100001 0 1000111 11001001 1010111 1111

Color Harmonies of #053149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053149

Black with #053149

Text Example


Text Example

White with #053149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053149; }

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

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

background-color css

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

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

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

border-color css

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

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

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