Html Css Color HEX #052F4B Blue Whale

📋 copy color: '#052F4B'

red 5 ◦ green 47 ◦ blue 75

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

Shades of Blue Whale #052F4B

Tints of Blue Whale #052F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.01%

 BLUE value IS 75 (29.69% from 255) = 59.06%

R = 3.94%
G = 37.01%
B = 59.06%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#052F4B (or 0x052F4B) is known color: Blue Whale. HEX triplet: 05, 2F and 4B. RGB value is (5,47,75). Sum of RGB (Red+Green+Blue) = 5+47+75=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #052F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F4B is #FAD0B4. Grayscale: #252525. Windows color (decimal): -16437429 or 4927237. OLE color: 4927237.

HSL color Cylindrical-coordinate representation of color #052F4B: hue angle of 204º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052F4B is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 47 75 -
CMYK 0.93 0.37 0 0.71
HSL 204º 0.88% 0.16% -
HSV(B) 204º 0.93% 0.29% -
XYZ 2.35 2.57 7.03 -
YUV 37.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 5 47 75 0.93 0.37 0 0.71 204 0.88 0.16
Hex 5 2F 4B 5D 25 0 47 CC 58 10
Octal 5 57 113 135 45 0 107 314 130 20
Binary 101 101111 1001011 1011101 100101 0 1000111 11001100 1011000 10000

Color Harmonies of #052F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F4B

Black with #052F4B

Text Example


Text Example

White with #052F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,75); }

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

background-color css

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

 a { background-color: rgb(5,47,75); }

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

border-color css

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

 span { border-color: rgb(5,47,75); }

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