#062953

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

Shades of Prussian Blue #062953

Tints of Prussian Blue #062953

Color information

#062953 (or 0x062953) is unknown color: approx Prussian Blue. HEX triplet: 06, 29 and 53. RGB value is (6,41,83). Sum of RGB (Red+Green+Blue) = 6+41+83=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #062953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062953 is #F9D6AC. Grayscale: #232323. Windows color (decimal): -16373421 or 5449990. OLE color: 5449990.

HSL color Cylindrical-coordinate representation of color #062953: hue angle of 212.73º 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 #062953 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64183-
CMYK0.930.5100.67
HSL212.73º86.52%17.45%-
HSV(B)212.73º92.77%32.55%-
XYZ2.432.258.49-
YUV35.32154.9107.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=4.62%
G=31.54%
B=63.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal641830.930.5100.67212.7386.5217.45
Hex629535D33043d55711
Octal65112313563010332512721
Binary110101001101001110111011100110100001111010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062953; }

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

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

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

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

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

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

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

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