#063070

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

Shades of Prussian Blue #063070

Tints of Prussian Blue #063070

Color information

#063070 (or 0x063070) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 70. RGB value is (6,48,112). Sum of RGB (Red+Green+Blue) = 6+48+112=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #063070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063070 is #F9CF8F. Grayscale: #2A2A2A. Windows color (decimal): -16371600 or 7352326. OLE color: 7352326.

HSL color Cylindrical-coordinate representation of color #063070: hue angle of 216.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063070 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB648112-
CMYK0.950.5700.56
HSL216.23º89.83%23.14%-
HSV(B)216.23º94.64%43.92%-
XYZ4.063.3215.76-
YUV42.74167.09101.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=3.61%
G=28.92%
B=67.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6481120.950.5700.56216.2389.8323.14
Hex630705F39038d85a17
Octal6601601377107033013227
Binary11011000011100001011111111001011100011011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063070; }

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

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

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

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

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

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

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

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