Html Css Color HEX #053045 Blue Whale

📋 copy color: '#053045'

red 5 ◦ green 48 ◦ blue 69

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

Shades of Blue Whale #053045

Tints of Blue Whale #053045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 56.56%

R = 4.1%
G = 39.34%
B = 56.56%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#053045 (or 0x053045) is known color: Blue Whale. HEX triplet: 05, 30 and 45. RGB value is (5,48,69). Sum of RGB (Red+Green+Blue) = 5+48+69=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #053045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053045 is #FACFBA. Grayscale: #252525. Windows color (decimal): -16437179 or 4534277. OLE color: 4534277.

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

Color convert

RGB 5 48 69 -
CMYK 0.93 0.30 0 0.73
HSL 199.69º 0.86% 0.15% -
HSV(B) 199.69º 0.93% 0.27% -
XYZ 2.19 2.58 6.01 -
YUV 37.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 5 48 69 0.93 0.30 0 0.73 199.69 0.86 0.15
Hex 5 30 45 5D 1E 0 49 C8 56 F
Octal 5 60 105 135 36 0 111 310 126 17
Binary 101 110000 1000101 1011101 11110 0 1001001 11001000 1010110 1111

Color Harmonies of #053045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053045

Black with #053045

Text Example


Text Example

White with #053045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053045; }

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

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

background-color css

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

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

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

border-color css

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

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

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