#02315E

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

Shades of Prussian Blue #02315E

Tints of Prussian Blue #02315E

Color information

#02315E (or 0x02315E) is unknown color: approx Prussian Blue. HEX triplet: 02, 31 and 5E. RGB value is (2,49,94). Sum of RGB (Red+Green+Blue) = 2+49+94=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #02315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02315E is #FDCEA1. Grayscale: #272727. Windows color (decimal): -16633506 or 6172930. OLE color: 6172930.

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

Color convert

RGB24994-
CMYK0.980.4800.63
HSL209.35º95.83%18.82%-
HSV(B)209.35º97.87%36.86%-
XYZ3.143.0211.01-
YUV40.08158.43100.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=1.38%
G=33.79%
B=64.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal249940.980.4800.63209.3595.8318.82
Hex2315E623003Fd16013
Octal2611361426007732114023
Binary1011000110111101100010110000011111111010001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02315E; }

 p { color: rgb(2,49,94); }

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

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

 a { background-color: rgb(2,49,94); }

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

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

 span { border-color: rgb(2,49,94); }

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