Html Css Color HEX #053248 Blue Whale

📋 copy color: '#053248'

red 5 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #053248

Tints of Blue Whale #053248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 3.94%
G = 39.37%
B = 56.69%

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

#053248 (or 0x053248) is known color: Blue Whale. HEX triplet: 05, 32 and 48. RGB value is (5,50,72). Sum of RGB (Red+Green+Blue) = 5+50+72=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #053248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053248 is #FACDB7. Grayscale: #262626. Windows color (decimal): -16436664 or 4731397. OLE color: 4731397.

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

Color convert

RGB 5 50 72 -
CMYK 0.93 0.31 0 0.72
HSL 199.7º 0.87% 0.15% -
HSV(B) 199.7º 0.93% 0.28% -
XYZ 2.37 2.78 6.54 -
YUV 39.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 5 50 72 0.93 0.31 0 0.72 199.7 0.87 0.15
Hex 5 32 48 5D 1F 0 48 C8 57 F
Octal 5 62 110 135 37 0 110 310 127 17
Binary 101 110010 1001000 1011101 11111 0 1001000 11001000 1010111 1111

Color Harmonies of #053248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053248

Black with #053248

Text Example


Text Example

White with #053248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053248; }

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

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

background-color css

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

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

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

border-color css

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

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

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