#062B4D

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

Shades of Prussian Blue #062B4D

Tints of Prussian Blue #062B4D

Color information

#062B4D (or 0x062B4D) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 4D. RGB value is (6,43,77). Sum of RGB (Red+Green+Blue) = 6+43+77=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #062B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B4D is #F9D4B2. Grayscale: #232323. Windows color (decimal): -16372915 or 5057286. OLE color: 5057286.

HSL color Cylindrical-coordinate representation of color #062B4D: hue angle of 208.73º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062B4D is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB64377-
CMYK0.920.4400.70
HSL208.73º85.54%16.27%-
HSV(B)208.73º92.21%30.2%-
XYZ2.282.37.35-
YUV35.81151.24106.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=4.76%
G=34.13%
B=61.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal643770.920.4400.70208.7385.5416.27
Hex62B4D5C2C046d15610
Octal65311513454010632112620
Binary110101011100110110111001011000100011011010001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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