#062E54

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

Shades of Prussian Blue #062E54

Tints of Prussian Blue #062E54

Color information

#062E54 (or 0x062E54) is unknown color: approx Prussian Blue. HEX triplet: 06, 2E and 54. RGB value is (6,46,84). Sum of RGB (Red+Green+Blue) = 6+46+84=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #062E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E54 is #F9D1AB. Grayscale: #262626. Windows color (decimal): -16372140 or 5516806. OLE color: 5516806.

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

Color convert

RGB64684-
CMYK0.930.4500.67
HSL209.23º86.67%17.65%-
HSV(B)209.23º92.86%32.94%-
XYZ2.652.638.76-
YUV38.37153.75104.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=4.41%
G=33.82%
B=61.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal646840.930.4500.67209.2386.6717.65
Hex62E545D2D043d15712
Octal65612413555010332112722
Binary110101110101010010111011011010100001111010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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