#02395A

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

Shades of Prussian Blue #02395A

Tints of Prussian Blue #02395A

Color information

#02395A (or 0x02395A) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 5A. RGB value is (2,57,90). Sum of RGB (Red+Green+Blue) = 2+57+90=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #02395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02395A is #FDC6A5. Grayscale: #2C2C2C. Windows color (decimal): -16631462 or 5912834. OLE color: 5912834.

HSL color Cylindrical-coordinate representation of color #02395A: hue angle of 202.5º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02395A is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB25790-
CMYK0.980.3700.65
HSL202.5º95.65%18.04%-
HSV(B)202.5º97.78%35.29%-
XYZ3.333.6810.21-
YUV44.32153.7897.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=1.34%
G=38.26%
B=60.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal257900.980.3700.65202.595.6518.04
Hex2395A6225041ca6012
Octal27113214245010131214022
Binary10111001101101011000101001010100000111001010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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