#02365A

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

Shades of Prussian Blue #02365A

Tints of Prussian Blue #02365A

Color information

#02365A (or 0x02365A) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 5A. RGB value is (2,54,90). Sum of RGB (Red+Green+Blue) = 2+54+90=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #02365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02365A is #FDC9A5. Grayscale: #2A2A2A. Windows color (decimal): -16632230 or 5912066. OLE color: 5912066.

HSL color Cylindrical-coordinate representation of color #02365A: hue angle of 204.55º 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 #02365A is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB25490-
CMYK0.980.4000.65
HSL204.55º95.65%18.04%-
HSV(B)204.55º97.78%35.29%-
XYZ3.193.3910.16-
YUV42.56154.7799.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=1.37%
G=36.99%
B=61.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal254900.980.4000.65204.5595.6518.04
Hex2365A6228041cd6012
Octal26613214250010131514022
Binary10110110101101011000101010000100000111001101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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