Html Css Color HEX #053147 Blue Whale

📋 copy color: '#053147'

red 5 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #053147

Tints of Blue Whale #053147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 56.8%

R = 4%
G = 39.2%
B = 56.8%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053147 (or 0x053147) is known color: Blue Whale. HEX triplet: 05, 31 and 47. RGB value is (5,49,71). Sum of RGB (Red+Green+Blue) = 5+49+71=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #053147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053147 is #FACEB8. Grayscale: #262626. Windows color (decimal): -16436921 or 4665605. OLE color: 4665605.

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

Color convert

RGB 5 49 71 -
CMYK 0.93 0.31 0 0.72
HSL 200º 0.87% 0.15% -
HSV(B) 200º 0.93% 0.28% -
XYZ 2.3 2.68 6.36 -
YUV 38.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 5 49 71 0.93 0.31 0 0.72 200 0.87 0.15
Hex 5 31 47 5D 1F 0 48 C8 57 F
Octal 5 61 107 135 37 0 110 310 127 17
Binary 101 110001 1000111 1011101 11111 0 1001000 11001000 1010111 1111

Color Harmonies of #053147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053147

Black with #053147

Text Example


Text Example

White with #053147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053147; }

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

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

background-color css

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

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

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

border-color css

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

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

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