#063D5A

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

Shades of Prussian Blue #063D5A

Tints of Prussian Blue #063D5A

Color information

#063D5A (or 0x063D5A) is unknown color: approx Prussian Blue. HEX triplet: 06, 3D and 5A. RGB value is (6,61,90). Sum of RGB (Red+Green+Blue) = 6+61+90=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #063D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D5A is #F9C2A5. Grayscale: #2F2F2F. Windows color (decimal): -16368294 or 5913862. OLE color: 5913862.

HSL color Cylindrical-coordinate representation of color #063D5A: hue angle of 200.71º 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 #063D5A is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66190-
CMYK0.930.3200.65
HSL200.71º87.5%18.82%-
HSV(B)200.71º93.33%35.29%-
XYZ3.594.1110.28-
YUV47.86151.7898.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=3.82%
G=38.85%
B=57.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal661900.930.3200.65200.7187.518.82
Hex63D5A5D20041c95813
Octal67513213540010131113023
Binary110111101101101010111011000000100000111001001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063D5A; }

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

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

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

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

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

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

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

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