Html Css Color HEX #053148 Blue Whale

📋 copy color: '#053148'

red 5 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #053148

Tints of Blue Whale #053148

RGB

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

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

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

R = 3.97%
G = 38.89%
B = 57.14%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#053148 (or 0x053148) is known color: Blue Whale. HEX triplet: 05, 31 and 48. RGB value is (5,49,72). Sum of RGB (Red+Green+Blue) = 5+49+72=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #053148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053148 is #FACEB7. Grayscale: #262626. Windows color (decimal): -16436920 or 4731141. OLE color: 4731141.

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

Color convert

RGB 5 49 72 -
CMYK 0.93 0.32 0 0.72
HSL 200.6º 0.87% 0.15% -
HSV(B) 200.6º 0.93% 0.28% -
XYZ 2.33 2.7 6.53 -
YUV 38.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 5 49 72 0.93 0.32 0 0.72 200.6 0.87 0.15
Hex 5 31 48 5D 20 0 48 C9 57 F
Octal 5 61 110 135 40 0 110 311 127 17
Binary 101 110001 1001000 1011101 100000 0 1001000 11001001 1010111 1111

Color Harmonies of #053148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053148

Black with #053148

Text Example


Text Example

White with #053148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053148; }

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

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

background-color css

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

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

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

border-color css

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

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

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