Html Css Color HEX #052F63 Prussian Blue

📋 copy color: '#052F63'

red 5 ◦ green 47 ◦ blue 99

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

Shades of Prussian Blue #052F63

Tints of Prussian Blue #052F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.56%

R = 3.31%
G = 31.13%
B = 65.56%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052F63 (or 0x052F63) is known color: Prussian Blue. HEX triplet: 05, 2F and 63. RGB value is (5,47,99). Sum of RGB (Red+Green+Blue) = 5+47+99=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #052F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F63 is #FAD09C. Grayscale: #282828. Windows color (decimal): -16437405 or 6500101. OLE color: 6500101.

HSL color Cylindrical-coordinate representation of color #052F63: hue angle of 213.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052F63 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 47 99 -
CMYK 0.95 0.53 0 0.61
HSL 213.19º 0.9% 0.2% -
HSV(B) 213.19º 0.95% 0.39% -
XYZ 3.33 2.97 12.2 -
YUV 40.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 5 47 99 0.95 0.53 0 0.61 213.19 0.9 0.2
Hex 5 2F 63 5F 35 0 3D D5 5A 14
Octal 5 57 143 137 65 0 75 325 132 24
Binary 101 101111 1100011 1011111 110101 0 111101 11010101 1011010 10100

Color Harmonies of #052F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F63

Black with #052F63

Text Example


Text Example

White with #052F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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