Html Css Color HEX #052C46 Blue Whale

📋 copy color: '#052C46'

red 5 ◦ green 44 ◦ blue 70

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

Shades of Blue Whale #052C46

Tints of Blue Whale #052C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 58.82%

R = 4.2%
G = 36.97%
B = 58.82%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052C46 (or 0x052C46) is known color: Blue Whale. HEX triplet: 05, 2C and 46. RGB value is (5,44,70). Sum of RGB (Red+Green+Blue) = 5+44+70=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #052C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C46 is #FAD3B9. Grayscale: #232323. Windows color (decimal): -16438202 or 4598789. OLE color: 4598789.

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

Color convert

RGB 5 44 70 -
CMYK 0.93 0.37 0 0.73
HSL 204º 0.87% 0.15% -
HSV(B) 204º 0.93% 0.27% -
XYZ 2.07 2.28 6.12 -
YUV 35.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 5 44 70 0.93 0.37 0 0.73 204 0.87 0.15
Hex 5 2C 46 5D 25 0 49 CC 57 F
Octal 5 54 106 135 45 0 111 314 127 17
Binary 101 101100 1000110 1011101 100101 0 1001001 11001100 1010111 1111

Color Harmonies of #052C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C46

Black with #052C46

Text Example


Text Example

White with #052C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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