Html Css Color HEX #052A49 Blue Whale

📋 copy color: '#052A49'

red 5 ◦ green 42 ◦ blue 73

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

Shades of Blue Whale #052A49

Tints of Blue Whale #052A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35%

 BLUE value IS 73 (28.91% from 255) = 60.83%

R = 4.17%
G = 35%
B = 60.83%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#052A49 (or 0x052A49) is known color: Blue Whale. HEX triplet: 05, 2A and 49. RGB value is (5,42,73). Sum of RGB (Red+Green+Blue) = 5+42+73=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #052A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A49 is #FAD5B6. Grayscale: #222222. Windows color (decimal): -16438711 or 4794885. OLE color: 4794885.

HSL color Cylindrical-coordinate representation of color #052A49: hue angle of 207.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052A49 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 42 73 -
CMYK 0.93 0.42 0 0.71
HSL 207.35º 0.87% 0.15% -
HSV(B) 207.35º 0.93% 0.29% -
XYZ 2.09 2.17 6.61 -
YUV 34.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 5 42 73 0.93 0.42 0 0.71 207.35 0.87 0.15
Hex 5 2A 49 5D 2A 0 47 CF 57 F
Octal 5 52 111 135 52 0 107 317 127 17
Binary 101 101010 1001001 1011101 101010 0 1000111 11001111 1010111 1111

Color Harmonies of #052A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A49

Black with #052A49

Text Example


Text Example

White with #052A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052A49; }

 p { color: rgb(5,42,73); }

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

background-color css

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

 a { background-color: rgb(5,42,73); }

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

border-color css

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

 span { border-color: rgb(5,42,73); }

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