#02406F

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

Shades of Prussian Blue #02406F

Tints of Prussian Blue #02406F

Color information

#02406F (or 0x02406F) is unknown color: approx Prussian Blue. HEX triplet: 02, 40 and 6F. RGB value is (2,64,111). Sum of RGB (Red+Green+Blue) = 2+64+111=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #02406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02406F is #FDBF90. Grayscale: #323232. Windows color (decimal): -16629649 or 7290882. OLE color: 7290882.

HSL color Cylindrical-coordinate representation of color #02406F: hue angle of 205.87º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02406F is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB264111-
CMYK0.980.4200.56
HSL205.87º96.46%22.16%-
HSV(B)205.87º98.2%43.53%-
XYZ4.734.8315.72-
YUV50.82161.9693.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=1.13%
G=36.16%
B=62.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2641110.980.4200.56205.8796.4622.16
Hex2406F622A038ce6016
Octal21001571425207031614026
Binary10100000011011111100010101010011100011001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,64,111); }

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

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

 a { background-color: rgb(2,64,111); }

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

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

 span { border-color: rgb(2,64,111); }

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