Html Css Color HEX #052C48 Blue Whale

📋 copy color: '#052C48'

red 5 ◦ green 44 ◦ blue 72

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

Shades of Blue Whale #052C48

Tints of Blue Whale #052C48

RGB

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

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

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

R = 4.13%
G = 36.36%
B = 59.5%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052C48 (or 0x052C48) is known color: Blue Whale. HEX triplet: 05, 2C and 48. RGB value is (5,44,72). Sum of RGB (Red+Green+Blue) = 5+44+72=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #052C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C48 is #FAD3B7. Grayscale: #232323. Windows color (decimal): -16438200 or 4729861. OLE color: 4729861.

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

Color convert

RGB 5 44 72 -
CMYK 0.93 0.39 0 0.72
HSL 205.07º 0.87% 0.15% -
HSV(B) 205.07º 0.93% 0.28% -
XYZ 2.13 2.3 6.46 -
YUV 35.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 5 44 72 0.93 0.39 0 0.72 205.07 0.87 0.15
Hex 5 2C 48 5D 27 0 48 CD 57 F
Octal 5 54 110 135 47 0 110 315 127 17
Binary 101 101100 1001000 1011101 100111 0 1001000 11001101 1010111 1111

Color Harmonies of #052C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C48

Black with #052C48

Text Example


Text Example

White with #052C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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