#062D4D

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

Shades of Prussian Blue #062D4D

Tints of Prussian Blue #062D4D

Color information

#062D4D (or 0x062D4D) is unknown color: approx Prussian Blue. HEX triplet: 06, 2D and 4D. RGB value is (6,45,77). Sum of RGB (Red+Green+Blue) = 6+45+77=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #062D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D4D is #F9D2B2. Grayscale: #242424. Windows color (decimal): -16372403 or 5057798. OLE color: 5057798.

HSL color Cylindrical-coordinate representation of color #062D4D: hue angle of 207.04º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062D4D is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB64577-
CMYK0.920.4200.70
HSL207.04º85.54%16.27%-
HSV(B)207.04º92.21%30.2%-
XYZ2.352.457.37-
YUV36.99150.58105.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=4.69%
G=35.16%
B=60.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal645770.920.4200.70207.0485.5416.27
Hex62D4D5C2A046cf5610
Octal65511513452010631712620
Binary110101101100110110111001010100100011011001111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,45,77); }

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

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

 a { background-color: rgb(6,45,77); }

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

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

 span { border-color: rgb(6,45,77); }

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