#062B4F

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

Shades of Prussian Blue #062B4F

Tints of Prussian Blue #062B4F

Color information

#062B4F (or 0x062B4F) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 4F. RGB value is (6,43,79). Sum of RGB (Red+Green+Blue) = 6+43+79=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #062B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B4F is #F9D4B0. Grayscale: #232323. Windows color (decimal): -16372913 or 5188358. OLE color: 5188358.

HSL color Cylindrical-coordinate representation of color #062B4F: hue angle of 209.59º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062B4F is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64379-
CMYK0.920.4600.69
HSL209.59º85.88%16.67%-
HSV(B)209.59º92.41%30.98%-
XYZ2.352.337.72-
YUV36.04152.24106.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=4.69%
G=33.59%
B=61.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal643790.920.4600.69209.5985.8816.67
Hex62B4F5C2E045d25611
Octal65311713456010532212621
Binary110101011100111110111001011100100010111010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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