#06314F

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

Shades of Prussian Blue #06314F

Tints of Prussian Blue #06314F

Color information

#06314F (or 0x06314F) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 4F. RGB value is (6,49,79). Sum of RGB (Red+Green+Blue) = 6+49+79=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #06314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06314F is #F9CEB0. Grayscale: #272727. Windows color (decimal): -16371377 or 5189894. OLE color: 5189894.

HSL color Cylindrical-coordinate representation of color #06314F: hue angle of 204.66º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06314F is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64979-
CMYK0.920.3800.69
HSL204.66º85.88%16.67%-
HSV(B)204.66º92.41%30.98%-
XYZ2.582.87.8-
YUV39.56150.25104.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=4.48%
G=36.57%
B=58.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal649790.920.3800.69204.6685.8816.67
Hex6314F5C26045cd5611
Octal66111713446010531512621
Binary110110001100111110111001001100100010111001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06314F; }

 p { color: rgb(6,49,79); }

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

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

 a { background-color: rgb(6,49,79); }

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

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

 span { border-color: rgb(6,49,79); }

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