Html Css Color HEX #052D63 Prussian Blue

📋 copy color: '#052D63'

red 5 ◦ green 45 ◦ blue 99

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

Shades of Prussian Blue #052D63

Tints of Prussian Blue #052D63

RGB

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

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

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

R = 3.36%
G = 30.2%
B = 66.44%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052D63 (or 0x052D63) is known color: Prussian Blue. HEX triplet: 05, 2D and 63. RGB value is (5,45,99). Sum of RGB (Red+Green+Blue) = 5+45+99=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #052D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D63 is #FAD29C. Grayscale: #262626. Windows color (decimal): -16437917 or 6499589. OLE color: 6499589.

HSL color Cylindrical-coordinate representation of color #052D63: hue angle of 214.47º 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 #052D63 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 45 99 -
CMYK 0.95 0.55 0 0.61
HSL 214.47º 0.9% 0.2% -
HSV(B) 214.47º 0.95% 0.39% -
XYZ 3.25 2.81 12.18 -
YUV 39.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 5 45 99 0.95 0.55 0 0.61 214.47 0.9 0.2
Hex 5 2D 63 5F 37 0 3D D6 5A 14
Octal 5 55 143 137 67 0 75 326 132 24
Binary 101 101101 1100011 1011111 110111 0 111101 11010110 1011010 10100

Color Harmonies of #052D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D63

Black with #052D63

Text Example


Text Example

White with #052D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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