#02415C

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

Shades of Prussian Blue #02415C

Tints of Prussian Blue #02415C

Color information

#02415C (or 0x02415C) is unknown color: approx Prussian Blue. HEX triplet: 02, 41 and 5C. RGB value is (2,65,92). Sum of RGB (Red+Green+Blue) = 2+65+92=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #02415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02415C is #FDBEA3. Grayscale: #313131. Windows color (decimal): -16629412 or 6045954. OLE color: 6045954.

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

Color convert

RGB26592-
CMYK0.980.2900.64
HSL198º95.74%18.43%-
HSV(B)198º97.83%36.08%-
XYZ3.854.5710.8-
YUV49.24152.1394.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=1.26%
G=40.88%
B=57.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal265920.980.2900.6419895.7418.43
Hex2415C621D040c66012
Octal210113414235010030614022
Binary10100000110111001100010111010100000011000110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02415C; }

 p { color: rgb(2,65,92); }

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

<style>
 a { background-color: #02415C; }

 a { background-color: rgb(2,65,92); }

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

<style>
 span { border-color: #02415C; }

 span { border-color: rgb(2,65,92); }

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