#063769

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

Shades of Prussian Blue #063769

Tints of Prussian Blue #063769

Color information

#063769 (or 0x063769) is unknown color: approx Prussian Blue. HEX triplet: 06, 37 and 69. RGB value is (6,55,105). Sum of RGB (Red+Green+Blue) = 6+55+105=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #063769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063769 is #F9C896. Grayscale: #2D2D2D. Windows color (decimal): -16369815 or 6895366. OLE color: 6895366.

HSL color Cylindrical-coordinate representation of color #063769: hue angle of 210.3º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063769 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB655105-
CMYK0.940.4800.59
HSL210.3º89.19%21.76%-
HSV(B)210.3º94.29%41.18%-
XYZ3.993.7913.89-
YUV46.05161.2799.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=3.61%
G=33.13%
B=63.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6551050.940.4800.59210.389.1921.76
Hex637695E3003Bd25916
Octal6671511366007332213126
Binary11011011111010011011110110000011101111010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063769; }

 p { color: rgb(6,55,105); }

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

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

 a { background-color: rgb(6,55,105); }

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

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

 span { border-color: rgb(6,55,105); }

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