#062B55

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

Shades of Prussian Blue #062B55

Tints of Prussian Blue #062B55

Color information

#062B55 (or 0x062B55) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 55. RGB value is (6,43,85). Sum of RGB (Red+Green+Blue) = 6+43+85=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #062B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B55 is #F9D4AA. Grayscale: #242424. Windows color (decimal): -16372907 or 5581574. OLE color: 5581574.

HSL color Cylindrical-coordinate representation of color #062B55: hue angle of 211.9º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062B55 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64385-
CMYK0.930.4900.67
HSL211.9º86.81%17.84%-
HSV(B)211.9º92.94%33.33%-
XYZ2.582.428.93-
YUV36.72155.24106.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=4.48%
G=32.09%
B=63.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal643850.930.4900.67211.986.8117.84
Hex62B555D31043d45712
Octal65312513561010332412722
Binary110101011101010110111011100010100001111010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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