Html Css Color HEX #053044 Blue Whale

📋 copy color: '#053044'

red 5 ◦ green 48 ◦ blue 68

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

Shades of Blue Whale #053044

Tints of Blue Whale #053044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 4.13%
G = 39.67%
B = 56.2%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053044 (or 0x053044) is known color: Blue Whale. HEX triplet: 05, 30 and 44. RGB value is (5,48,68). Sum of RGB (Red+Green+Blue) = 5+48+68=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #053044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053044 is #FACFBB. Grayscale: #252525. Windows color (decimal): -16437180 or 4468741. OLE color: 4468741.

HSL color Cylindrical-coordinate representation of color #053044: hue angle of 199.05º 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 #053044 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 48 68 -
CMYK 0.93 0.29 0 0.73
HSL 199.05º 0.86% 0.14% -
HSV(B) 199.05º 0.93% 0.27% -
XYZ 2.16 2.56 5.85 -
YUV 37.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 5 48 68 0.93 0.29 0 0.73 199.05 0.86 0.14
Hex 5 30 44 5D 1D 0 49 C7 56 E
Octal 5 60 104 135 35 0 111 307 126 16
Binary 101 110000 1000100 1011101 11101 0 1001001 11000111 1010110 1110

Color Harmonies of #053044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053044

Black with #053044

Text Example


Text Example

White with #053044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053044; }

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

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

background-color css

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

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

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

border-color css

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

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

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