#062B53

Color #062B53 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #062B53

Tints of Prussian Blue #062B53

Color information

#062B53 (or 0x062B53) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 53. RGB value is (6,43,83). Sum of RGB (Red+Green+Blue) = 6+43+83=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #062B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B53 is #F9D4AC. Grayscale: #242424. Windows color (decimal): -16372909 or 5450502. OLE color: 5450502.

HSL color Cylindrical-coordinate representation of color #062B53: hue angle of 211.17º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062B53 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64383-
CMYK0.930.4800.67
HSL211.17º86.52%17.45%-
HSV(B)211.17º92.77%32.55%-
XYZ2.52.398.51-
YUV36.5154.24106.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=4.55%
G=32.58%
B=62.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal643830.930.4800.67211.1786.5217.45
Hex62B535D30043d35711
Octal65312313560010332312721
Binary110101011101001110111011100000100001111010011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062B53; }

 p { color: rgb(6,43,83); }

 H1.HeaderClassName
 {
   color: #062B53;
 }
 .AnyTagClassName
 {
   color: #062B53;
 }
</style>
background-color css

<style>
 a { background-color: #062B53; }

 a { background-color: rgb(6,43,83); }

 div.DivClassName
 {
   background-color: #062B53;
 }
 .BgClassName
 {
   background-color: #062B53;
 }
</style>
border-color css

<style>
 span { border-color: #062B53; }

 span { border-color: rgb(6,43,83); }

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