Html Css Color HEX #052D41 Blue Whale

📋 copy color: '#052D41'

red 5 ◦ green 45 ◦ blue 65

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

Shades of Blue Whale #052D41

Tints of Blue Whale #052D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 56.52%

R = 4.35%
G = 39.13%
B = 56.52%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#052D41 (or 0x052D41) is known color: Blue Whale. HEX triplet: 05, 2D and 41. RGB value is (5,45,65). Sum of RGB (Red+Green+Blue) = 5+45+65=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #052D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D41 is #FAD2BE. Grayscale: #232323. Windows color (decimal): -16437951 or 4271365. OLE color: 4271365.

HSL color Cylindrical-coordinate representation of color #052D41: hue angle of 200º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052D41 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 45 65 -
CMYK 0.92 0.31 0 0.75
HSL 200º 0.86% 0.14% -
HSV(B) 200º 0.92% 0.25% -
XYZ 1.96 2.29 5.34 -
YUV 35.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 5 45 65 0.92 0.31 0 0.75 200 0.86 0.14
Hex 5 2D 41 5C 1F 0 4B C8 56 E
Octal 5 55 101 134 37 0 113 310 126 16
Binary 101 101101 1000001 1011100 11111 0 1001011 11001000 1010110 1110

Color Harmonies of #052D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D41

Black with #052D41

Text Example


Text Example

White with #052D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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