Html Css Color HEX #053144 Blue Whale

📋 copy color: '#053144'

red 5 ◦ green 49 ◦ blue 68

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

Shades of Blue Whale #053144

Tints of Blue Whale #053144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 55.74%

R = 4.1%
G = 40.16%
B = 55.74%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053144 (or 0x053144) is known color: Blue Whale. HEX triplet: 05, 31 and 44. RGB value is (5,49,68). Sum of RGB (Red+Green+Blue) = 5+49+68=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #053144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053144 is #FACEBB. Grayscale: #252525. Windows color (decimal): -16436924 or 4468997. OLE color: 4468997.

HSL color Cylindrical-coordinate representation of color #053144: hue angle of 198.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053144 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 49 68 -
CMYK 0.93 0.28 0 0.73
HSL 198.1º 0.86% 0.14% -
HSV(B) 198.1º 0.93% 0.27% -
XYZ 2.2 2.65 5.86 -
YUV 38.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 5 49 68 0.93 0.28 0 0.73 198.1 0.86 0.14
Hex 5 31 44 5D 1C 0 49 C6 56 E
Octal 5 61 104 135 34 0 111 306 126 16
Binary 101 110001 1000100 1011101 11100 0 1001001 11000110 1010110 1110

Color Harmonies of #053144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053144

Black with #053144

Text Example


Text Example

White with #053144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053144; }

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

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

background-color css

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

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

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

border-color css

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

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

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