Html Css Color HEX #052D48 Blue Whale

📋 copy color: '#052D48'

red 5 ◦ green 45 ◦ blue 72

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

Shades of Blue Whale #052D48

Tints of Blue Whale #052D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36.89%

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

R = 4.1%
G = 36.89%
B = 59.02%

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

#052D48 (or 0x052D48) is known color: Blue Whale. HEX triplet: 05, 2D and 48. RGB value is (5,45,72). Sum of RGB (Red+Green+Blue) = 5+45+72=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #052D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D48 is #FAD2B7. Grayscale: #232323. Windows color (decimal): -16437944 or 4730117. OLE color: 4730117.

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

Color convert

RGB 5 45 72 -
CMYK 0.93 0.38 0 0.72
HSL 204.18º 0.87% 0.15% -
HSV(B) 204.18º 0.93% 0.28% -
XYZ 2.17 2.38 6.48 -
YUV 36.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 5 45 72 0.93 0.38 0 0.72 204.18 0.87 0.15
Hex 5 2D 48 5D 26 0 48 CC 57 F
Octal 5 55 110 135 46 0 110 314 127 17
Binary 101 101101 1001000 1011101 100110 0 1001000 11001100 1010111 1111

Color Harmonies of #052D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D48

Black with #052D48

Text Example


Text Example

White with #052D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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