#063E5A

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

Shades of Prussian Blue #063E5A

Tints of Prussian Blue #063E5A

Color information

#063E5A (or 0x063E5A) is unknown color: approx Prussian Blue. HEX triplet: 06, 3E and 5A. RGB value is (6,62,90). Sum of RGB (Red+Green+Blue) = 6+62+90=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #063E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E5A is #F9C1A5. Grayscale: #303030. Windows color (decimal): -16368038 or 5914118. OLE color: 5914118.

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

Color convert

RGB66290-
CMYK0.930.3100.65
HSL200º87.5%18.82%-
HSV(B)200º93.33%35.29%-
XYZ3.644.2210.3-
YUV48.45151.4597.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=3.80%
G=39.24%
B=56.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal662900.930.3100.6520087.518.82
Hex63E5A5D1F041c85813
Octal67613213537010131013023
Binary11011111010110101011101111110100000111001000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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