#00315F

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

Shades of Prussian Blue #00315F

Tints of Prussian Blue #00315F

Color information

#00315F (or 0x00315F) is unknown color: approx Prussian Blue. HEX triplet: 00, 31 and 5F. RGB value is (0,49,95). Sum of RGB (Red+Green+Blue) = 0+49+95=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #00315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00315F is #FFCEA0. Grayscale: #272727. Windows color (decimal): -16764577 or 6238464. OLE color: 6238464.

HSL color Cylindrical-coordinate representation of color #00315F: hue angle of 209.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00315F is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB04995-
CMYK10.4800.63
HSL209.05º100%18.63%-
HSV(B)209.05º100%37.25%-
XYZ3.163.0211.24-
YUV39.59159.2799.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 95 (37.5% from 255) = 65.97%
R=0%
G=34.03%
B=65.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0499510.4800.63209.0510018.63
Hex0315F643003Fd16413
Octal0611371446007732114423
Binary011000110111111100100110000011111111010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,49,95); }

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

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

 a { background-color: rgb(0,49,95); }

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

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

 span { border-color: rgb(0,49,95); }

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