#062E57

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

Shades of Prussian Blue #062E57

Tints of Prussian Blue #062E57

Color information

#062E57 (or 0x062E57) is unknown color: approx Prussian Blue. HEX triplet: 06, 2E and 57. RGB value is (6,46,87). Sum of RGB (Red+Green+Blue) = 6+46+87=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #062E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E57 is #F9D1A8. Grayscale: #262626. Windows color (decimal): -16372137 or 5713414. OLE color: 5713414.

HSL color Cylindrical-coordinate representation of color #062E57: hue angle of 210.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062E57 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB64687-
CMYK0.930.4700.66
HSL210.37º87.1%18.24%-
HSV(B)210.37º93.1%34.12%-
XYZ2.772.689.39-
YUV38.71155.25104.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=4.32%
G=33.09%
B=62.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal646870.930.4700.66210.3787.118.24
Hex62E575D2F042d25712
Octal65612713557010232212722
Binary110101110101011110111011011110100001011010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,87); }

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

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

 a { background-color: rgb(6,46,87); }

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

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

 span { border-color: rgb(6,46,87); }

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