#02395D

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

Shades of Prussian Blue #02395D

Tints of Prussian Blue #02395D

Color information

#02395D (or 0x02395D) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 5D. RGB value is (2,57,93). Sum of RGB (Red+Green+Blue) = 2+57+93=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #02395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02395D is #FDC6A2. Grayscale: #2C2C2C. Windows color (decimal): -16631459 or 6109442. OLE color: 6109442.

HSL color Cylindrical-coordinate representation of color #02395D: hue angle of 203.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02395D is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25793-
CMYK0.980.3900.64
HSL203.74º95.79%18.63%-
HSV(B)203.74º97.85%36.47%-
XYZ3.463.7310.89-
YUV44.66155.2897.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=1.32%
G=37.5%
B=61.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal257930.980.3900.64203.7495.7918.63
Hex2395D6227040cc6013
Octal27113514247010031414023
Binary10111001101110111000101001110100000011001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02395D; }

 p { color: rgb(2,57,93); }

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

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

 a { background-color: rgb(2,57,93); }

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

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

 span { border-color: rgb(2,57,93); }

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