#02386B

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

Shades of Prussian Blue #02386B

Tints of Prussian Blue #02386B

Color information

#02386B (or 0x02386B) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 6B. RGB value is (2,56,107). Sum of RGB (Red+Green+Blue) = 2+56+107=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #02386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02386B is #FDC794. Grayscale: #2D2D2D. Windows color (decimal): -16631701 or 7026690. OLE color: 7026690.

HSL color Cylindrical-coordinate representation of color #02386B: hue angle of 209.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02386B is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB256107-
CMYK0.980.4800.58
HSL209.14º96.33%21.37%-
HSV(B)209.14º98.13%41.96%-
XYZ4.093.914.45-
YUV45.67162.6196.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=1.21%
G=33.94%
B=64.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2561070.980.4800.58209.1496.3321.37
Hex2386B623003Ad16015
Octal2701531426007232114025
Binary1011100011010111100010110000011101011010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,56,107); }

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

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

 a { background-color: rgb(2,56,107); }

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

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

 span { border-color: rgb(2,56,107); }

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