Html Css Color HEX #052E60 Prussian Blue

📋 copy color: '#052E60'

red 5 ◦ green 46 ◦ blue 96

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

Shades of Prussian Blue #052E60

Tints of Prussian Blue #052E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 3.4%
G = 31.29%
B = 65.31%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052E60 (or 0x052E60) is known color: Prussian Blue. HEX triplet: 05, 2E and 60. RGB value is (5,46,96). Sum of RGB (Red+Green+Blue) = 5+46+96=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #052E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E60 is #FAD19F. Grayscale: #272727. Windows color (decimal): -16437664 or 6303237. OLE color: 6303237.

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

Color convert

RGB 5 46 96 -
CMYK 0.95 0.52 0 0.62
HSL 212.97º 0.9% 0.2% -
HSV(B) 212.97º 0.95% 0.38% -
XYZ 3.15 2.83 11.45 -
YUV 39.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 5 46 96 0.95 0.52 0 0.62 212.97 0.9 0.2
Hex 5 2E 60 5F 34 0 3E D5 5A 14
Octal 5 56 140 137 64 0 76 325 132 24
Binary 101 101110 1100000 1011111 110100 0 111110 11010101 1011010 10100

Color Harmonies of #052E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E60

Black with #052E60

Text Example


Text Example

White with #052E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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