#02284F

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

Shades of Prussian Blue #02284F

Tints of Prussian Blue #02284F

Color information

#02284F (or 0x02284F) is unknown color: approx Prussian Blue. HEX triplet: 02, 28 and 4F. RGB value is (2,40,79). Sum of RGB (Red+Green+Blue) = 2+40+79=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #02284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02284F is #FDD7B0. Grayscale: #202020. Windows color (decimal): -16635825 or 5187586. OLE color: 5187586.

HSL color Cylindrical-coordinate representation of color #02284F: hue angle of 210.39º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02284F is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24079-
CMYK0.970.4900.69
HSL210.39º95.06%15.88%-
HSV(B)210.39º97.47%30.98%-
XYZ2.22.17.69-
YUV33.08153.91105.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=1.65%
G=33.06%
B=65.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal240790.970.4900.69210.3995.0615.88
Hex2284F6131045d25f10
Octal25011714161010532213720
Binary10101000100111111000011100010100010111010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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