#062E53

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

Shades of Prussian Blue #062E53

Tints of Prussian Blue #062E53

Color information

#062E53 (or 0x062E53) is unknown color: approx Prussian Blue. HEX triplet: 06, 2E and 53. RGB value is (6,46,83). Sum of RGB (Red+Green+Blue) = 6+46+83=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #062E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E53 is #F9D1AC. Grayscale: #262626. Windows color (decimal): -16372141 or 5451270. OLE color: 5451270.

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

Color convert

RGB64683-
CMYK0.930.4500.67
HSL208.83º86.52%17.45%-
HSV(B)208.83º92.77%32.55%-
XYZ2.612.628.55-
YUV38.26153.25104.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=4.44%
G=34.07%
B=61.48%

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
Decimal646830.930.4500.67208.8386.5217.45
Hex62E535D2D043d15711
Octal65612313555010332112721
Binary110101110101001110111011011010100001111010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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