#063053

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

Shades of Prussian Blue #063053

Tints of Prussian Blue #063053

Color information

#063053 (or 0x063053) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 53. RGB value is (6,48,83). Sum of RGB (Red+Green+Blue) = 6+48+83=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #063053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063053 is #F9CFAC. Grayscale: #272727. Windows color (decimal): -16371629 or 5451782. OLE color: 5451782.

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

Color convert

RGB64883-
CMYK0.930.4200.67
HSL207.27º86.52%17.45%-
HSV(B)207.27º92.77%32.55%-
XYZ2.692.788.58-
YUV39.43152.59104.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=4.38%
G=35.04%
B=60.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648830.930.4200.67207.2786.5217.45
Hex630535D2A043cf5711
Octal66012313552010331712721
Binary110110000101001110111011010100100001111001111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063053; }

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

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

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

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

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

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

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

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