#02284B

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

Shades of Prussian Blue #02284B

Tints of Prussian Blue #02284B

Color information

#02284B (or 0x02284B) is unknown color: approx Prussian Blue. HEX triplet: 02, 28 and 4B. RGB value is (2,40,75). Sum of RGB (Red+Green+Blue) = 2+40+75=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #02284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02284B is #FDD7B4. Grayscale: #202020. Windows color (decimal): -16635829 or 4925442. OLE color: 4925442.

HSL color Cylindrical-coordinate representation of color #02284B: hue angle of 208.77º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02284B is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB24075-
CMYK0.970.4700.71
HSL208.77º94.81%15.1%-
HSV(B)208.77º97.33%29.41%-
XYZ2.052.046.94-
YUV32.63151.91106.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=1.71%
G=34.19%
B=64.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal240750.970.4700.71208.7794.8115.1
Hex2284B612F047d15ff
Octal25011314157010732113717
Binary1010100010010111100001101111010001111101000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,40,75); }

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

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

 a { background-color: rgb(2,40,75); }

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

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

 span { border-color: rgb(2,40,75); }

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