Html Css Color HEX #052E63 Prussian Blue

📋 copy color: '#052E63'

red 5 ◦ green 46 ◦ blue 99

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

Shades of Prussian Blue #052E63

Tints of Prussian Blue #052E63

RGB

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

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

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

R = 3.33%
G = 30.67%
B = 66%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052E63 (or 0x052E63) is known color: Prussian Blue. HEX triplet: 05, 2E and 63. RGB value is (5,46,99). Sum of RGB (Red+Green+Blue) = 5+46+99=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #052E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E63 is #FAD19C. Grayscale: #272727. Windows color (decimal): -16437661 or 6499845. OLE color: 6499845.

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

Color convert

RGB 5 46 99 -
CMYK 0.95 0.54 0 0.61
HSL 213.83º 0.9% 0.2% -
HSV(B) 213.83º 0.95% 0.39% -
XYZ 3.29 2.89 12.19 -
YUV 39.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 5 46 99 0.95 0.54 0 0.61 213.83 0.9 0.2
Hex 5 2E 63 5F 36 0 3D D6 5A 14
Octal 5 56 143 137 66 0 75 326 132 24
Binary 101 101110 1100011 1011111 110110 0 111101 11010110 1011010 10100

Color Harmonies of #052E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E63

Black with #052E63

Text Example


Text Example

White with #052E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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