#063054

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

Shades of Prussian Blue #063054

Tints of Prussian Blue #063054

Color information

#063054 (or 0x063054) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 54. RGB value is (6,48,84). Sum of RGB (Red+Green+Blue) = 6+48+84=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #063054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063054 is #F9CFAB. Grayscale: #272727. Windows color (decimal): -16371628 or 5517318. OLE color: 5517318.

HSL color Cylindrical-coordinate representation of color #063054: hue angle of 207.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063054 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64884-
CMYK0.930.4300.67
HSL207.69º86.67%17.65%-
HSV(B)207.69º92.86%32.94%-
XYZ2.732.798.78-
YUV39.55153.09104.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 84 (33.20% from 255) = 60.87%
R=4.35%
G=34.78%
B=60.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648840.930.4300.67207.6986.6717.65
Hex630545D2B043d05712
Octal66012413553010332012722
Binary110110000101010010111011010110100001111010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063054; }

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

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

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

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

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

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

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

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