Html Css Color HEX #052C47 Blue Whale

📋 copy color: '#052C47'

red 5 ◦ green 44 ◦ blue 71

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

Shades of Blue Whale #052C47

Tints of Blue Whale #052C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 36.67%

 BLUE value IS 71 (28.13% from 255) = 59.17%

R = 4.17%
G = 36.67%
B = 59.17%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052C47 (or 0x052C47) is known color: Blue Whale. HEX triplet: 05, 2C and 47. RGB value is (5,44,71). Sum of RGB (Red+Green+Blue) = 5+44+71=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #052C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C47 is #FAD3B8. Grayscale: #232323. Windows color (decimal): -16438201 or 4664325. OLE color: 4664325.

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

Color convert

RGB 5 44 71 -
CMYK 0.93 0.38 0 0.72
HSL 204.55º 0.87% 0.15% -
HSV(B) 204.55º 0.93% 0.28% -
XYZ 2.1 2.29 6.29 -
YUV 35.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 5 44 71 0.93 0.38 0 0.72 204.55 0.87 0.15
Hex 5 2C 47 5D 26 0 48 CD 57 F
Octal 5 54 107 135 46 0 110 315 127 17
Binary 101 101100 1000111 1011101 100110 0 1001000 11001101 1010111 1111

Color Harmonies of #052C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C47

Black with #052C47

Text Example


Text Example

White with #052C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,71); }

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

background-color css

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

 a { background-color: rgb(5,44,71); }

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

border-color css

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

 span { border-color: rgb(5,44,71); }

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