Html Css Color HEX #053046 Blue Whale

📋 copy color: '#053046'

red 5 ◦ green 48 ◦ blue 70

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

Shades of Blue Whale #053046

Tints of Blue Whale #053046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56.91%

R = 4.07%
G = 39.02%
B = 56.91%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053046 (or 0x053046) is known color: Blue Whale. HEX triplet: 05, 30 and 46. RGB value is (5,48,70). Sum of RGB (Red+Green+Blue) = 5+48+70=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #053046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053046 is #FACFB9. Grayscale: #252525. Windows color (decimal): -16437178 or 4599813. OLE color: 4599813.

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

Color convert

RGB 5 48 70 -
CMYK 0.93 0.31 0 0.73
HSL 200.31º 0.87% 0.15% -
HSV(B) 200.31º 0.93% 0.27% -
XYZ 2.23 2.59 6.18 -
YUV 37.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 5 48 70 0.93 0.31 0 0.73 200.31 0.87 0.15
Hex 5 30 46 5D 1F 0 49 C8 57 F
Octal 5 60 106 135 37 0 111 310 127 17
Binary 101 110000 1000110 1011101 11111 0 1001001 11001000 1010111 1111

Color Harmonies of #053046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053046

Black with #053046

Text Example


Text Example

White with #053046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053046; }

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

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

background-color css

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

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

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

border-color css

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

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

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