#02386F

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

Shades of Prussian Blue #02386F

Tints of Prussian Blue #02386F

Color information

#02386F (or 0x02386F) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 6F. RGB value is (2,56,111). Sum of RGB (Red+Green+Blue) = 2+56+111=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #02386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02386F is #FDC790. Grayscale: #2D2D2D. Windows color (decimal): -16631697 or 7288834. OLE color: 7288834.

HSL color Cylindrical-coordinate representation of color #02386F: hue angle of 210.28º 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 #02386F is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB256111-
CMYK0.980.5000.56
HSL210.28º96.46%22.16%-
HSV(B)210.28º98.2%43.53%-
XYZ4.313.9915.58-
YUV46.12164.6196.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 111 (43.75% from 255) = 65.68%
R=1.18%
G=33.14%
B=65.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2561110.980.5000.56210.2896.4622.16
Hex2386F6232038d26016
Octal2701571426207032214026
Binary1011100011011111100010110010011100011010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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