#062B5D

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

Shades of Prussian Blue #062B5D

Tints of Prussian Blue #062B5D

Color information

#062B5D (or 0x062B5D) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 5D. RGB value is (6,43,93). Sum of RGB (Red+Green+Blue) = 6+43+93=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #062B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B5D is #F9D4A2. Grayscale: #252525. Windows color (decimal): -16372899 or 6105862. OLE color: 6105862.

HSL color Cylindrical-coordinate representation of color #062B5D: hue angle of 214.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062B5D is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64393-
CMYK0.940.5400.64
HSL214.48º87.88%19.41%-
HSV(B)214.48º93.55%36.47%-
XYZ2.912.5610.7-
YUV37.64159.24105.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=4.23%
G=30.28%
B=65.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal643930.940.5400.64214.4887.8819.41
Hex62B5D5E36040d65813
Octal65313513666010032613023
Binary110101011101110110111101101100100000011010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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