#02305B

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

Shades of Prussian Blue #02305B

Tints of Prussian Blue #02305B

Color information

#02305B (or 0x02305B) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 5B. RGB value is (2,48,91). Sum of RGB (Red+Green+Blue) = 2+48+91=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #02305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02305B is #FDCFA4. Grayscale: #262626. Windows color (decimal): -16633765 or 5976066. OLE color: 5976066.

HSL color Cylindrical-coordinate representation of color #02305B: hue angle of 208.99º 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 #02305B is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB24891-
CMYK0.980.4700.64
HSL208.99º95.7%18.24%-
HSV(B)208.99º97.8%35.69%-
XYZ2.972.8810.3-
YUV39.15157.26101.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=1.42%
G=34.04%
B=64.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal248910.980.4700.64208.9995.718.24
Hex2305B622F040d16012
Octal26013314257010032114022
Binary10110000101101111000101011110100000011010001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02305B; }

 p { color: rgb(2,48,91); }

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

<style>
 a { background-color: #02305B; }

 a { background-color: rgb(2,48,91); }

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

<style>
 span { border-color: #02305B; }

 span { border-color: rgb(2,48,91); }

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