#062B4C

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

Shades of Prussian Blue #062B4C

Tints of Prussian Blue #062B4C

Color information

#062B4C (or 0x062B4C) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 4C. RGB value is (6,43,76). Sum of RGB (Red+Green+Blue) = 6+43+76=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #062B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B4C is #F9D4B3. Grayscale: #232323. Windows color (decimal): -16372916 or 4991750. OLE color: 4991750.

HSL color Cylindrical-coordinate representation of color #062B4C: hue angle of 208.29º degrees, saturation: 0.85, 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 #062B4C is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB64376-
CMYK0.920.4300.70
HSL208.29º85.37%16.08%-
HSV(B)208.29º92.11%29.8%-
XYZ2.242.297.16-
YUV35.7150.74106.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 76 (30.08% from 255) = 60.8%
R=4.8%
G=34.4%
B=60.8%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal643760.920.4300.70208.2985.3716.08
Hex62B4C5C2B046d05510
Octal65311413453010632012520
Binary110101011100110010111001010110100011011010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,76); }

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

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

 a { background-color: rgb(6,43,76); }

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

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

 span { border-color: rgb(6,43,76); }

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