#062C53

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

Shades of Prussian Blue #062C53

Tints of Prussian Blue #062C53

Color information

#062C53 (or 0x062C53) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 53. RGB value is (6,44,83). Sum of RGB (Red+Green+Blue) = 6+44+83=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #062C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C53 is #F9D3AC. Grayscale: #242424. Windows color (decimal): -16372653 or 5450758. OLE color: 5450758.

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

Color convert

RGB64483-
CMYK0.930.4700.67
HSL210.39º86.52%17.45%-
HSV(B)210.39º92.77%32.55%-
XYZ2.542.468.53-
YUV37.08153.91105.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=4.51%
G=33.08%
B=62.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal644830.930.4700.67210.3986.5217.45
Hex62C535D2F043d25711
Octal65412313557010332212721
Binary110101100101001110111011011110100001111010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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