#062E4F

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

Shades of Prussian Blue #062E4F

Tints of Prussian Blue #062E4F

Color information

#062E4F (or 0x062E4F) is unknown color: approx Prussian Blue. HEX triplet: 06, 2E and 4F. RGB value is (6,46,79). Sum of RGB (Red+Green+Blue) = 6+46+79=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #062E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E4F is #F9D1B0. Grayscale: #252525. Windows color (decimal): -16372145 or 5189126. OLE color: 5189126.

HSL color Cylindrical-coordinate representation of color #062E4F: hue angle of 207.12º 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 #062E4F is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64679-
CMYK0.920.4200.69
HSL207.12º85.88%16.67%-
HSV(B)207.12º92.41%30.98%-
XYZ2.462.567.76-
YUV37.8151.25105.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=4.58%
G=35.11%
B=60.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal646790.920.4200.69207.1285.8816.67
Hex62E4F5C2A045cf5611
Octal65611713452010531712621
Binary110101110100111110111001010100100010111001111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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