#062B5A

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

Shades of Prussian Blue #062B5A

Tints of Prussian Blue #062B5A

Color information

#062B5A (or 0x062B5A) is unknown color: approx Prussian Blue. HEX triplet: 06, 2B and 5A. RGB value is (6,43,90). Sum of RGB (Red+Green+Blue) = 6+43+90=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #062B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B5A is #F9D4A5. Grayscale: #252525. Windows color (decimal): -16372902 or 5909254. OLE color: 5909254.

HSL color Cylindrical-coordinate representation of color #062B5A: hue angle of 213.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062B5A is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64390-
CMYK0.930.5200.65
HSL213.57º87.5%18.82%-
HSV(B)213.57º93.33%35.29%-
XYZ2.782.510.01-
YUV37.3157.74105.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=4.32%
G=30.94%
B=64.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal643900.930.5200.65213.5787.518.82
Hex62B5A5D34041d65813
Octal65313213564010132613023
Binary110101011101101010111011101000100000111010110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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