#063050

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

Shades of Prussian Blue #063050

Tints of Prussian Blue #063050

Color information

#063050 (or 0x063050) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 50. RGB value is (6,48,80). Sum of RGB (Red+Green+Blue) = 6+48+80=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #063050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063050 is #F9CFAF. Grayscale: #262626. Windows color (decimal): -16371632 or 5255174. OLE color: 5255174.

HSL color Cylindrical-coordinate representation of color #063050: hue angle of 205.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063050 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64880-
CMYK0.920.4000.69
HSL205.95º86.05%16.86%-
HSV(B)205.95º92.5%31.37%-
XYZ2.582.737.98-
YUV39.09151.09104.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=4.48%
G=35.82%
B=59.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal648800.920.4000.69205.9586.0516.86
Hex630505C28045ce5611
Octal66012013450010531612621
Binary110110000101000010111001010000100010111001110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063050; }

 p { color: rgb(6,48,80); }

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

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

 a { background-color: rgb(6,48,80); }

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

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

 span { border-color: rgb(6,48,80); }

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