Html Css Color HEX #052E45 Blue Whale

📋 copy color: '#052E45'

red 5 ◦ green 46 ◦ blue 69

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

Shades of Blue Whale #052E45

Tints of Blue Whale #052E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 69 (27.34% from 255) = 57.5%

R = 4.17%
G = 38.33%
B = 57.5%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052E45 (or 0x052E45) is known color: Blue Whale. HEX triplet: 05, 2E and 45. RGB value is (5,46,69). Sum of RGB (Red+Green+Blue) = 5+46+69=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #052E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E45 is #FAD1BA. Grayscale: #242424. Windows color (decimal): -16437691 or 4533765. OLE color: 4533765.

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

Color convert

RGB 5 46 69 -
CMYK 0.93 0.33 0 0.73
HSL 201.56º 0.86% 0.15% -
HSV(B) 201.56º 0.93% 0.27% -
XYZ 2.11 2.42 5.99 -
YUV 36.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 5 46 69 0.93 0.33 0 0.73 201.56 0.86 0.15
Hex 5 2E 45 5D 21 0 49 CA 56 F
Octal 5 56 105 135 41 0 111 312 126 17
Binary 101 101110 1000101 1011101 100001 0 1001001 11001010 1010110 1111

Color Harmonies of #052E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E45

Black with #052E45

Text Example


Text Example

White with #052E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,46,69); }

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

background-color css

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

 a { background-color: rgb(5,46,69); }

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

border-color css

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

 span { border-color: rgb(5,46,69); }

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