Html Css Color HEX #053048 Blue Whale

📋 copy color: '#053048'

red 5 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #053048

Tints of Blue Whale #053048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 57.6%

R = 4%
G = 38.4%
B = 57.6%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053048 (or 0x053048) is known color: Blue Whale. HEX triplet: 05, 30 and 48. RGB value is (5,48,72). Sum of RGB (Red+Green+Blue) = 5+48+72=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #053048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053048 is #FACFB7. Grayscale: #252525. Windows color (decimal): -16437176 or 4730885. OLE color: 4730885.

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

Color convert

RGB 5 48 72 -
CMYK 0.93 0.33 0 0.72
HSL 201.49º 0.87% 0.15% -
HSV(B) 201.49º 0.93% 0.28% -
XYZ 2.29 2.61 6.51 -
YUV 37.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 5 48 72 0.93 0.33 0 0.72 201.49 0.87 0.15
Hex 5 30 48 5D 21 0 48 C9 57 F
Octal 5 60 110 135 41 0 110 311 127 17
Binary 101 110000 1001000 1011101 100001 0 1001000 11001001 1010111 1111

Color Harmonies of #053048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053048

Black with #053048

Text Example


Text Example

White with #053048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053048; }

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

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

background-color css

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

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

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

border-color css

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

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

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