#023863

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

Shades of Prussian Blue #023863

Tints of Prussian Blue #023863

Color information

#023863 (or 0x023863) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 63. RGB value is (2,56,99). Sum of RGB (Red+Green+Blue) = 2+56+99=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #023863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023863 is #FDC79C. Grayscale: #2C2C2C. Windows color (decimal): -16631709 or 6502402. OLE color: 6502402.

HSL color Cylindrical-coordinate representation of color #023863: hue angle of 206.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023863 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB25699-
CMYK0.980.4300.61
HSL206.6º96.04%19.8%-
HSV(B)206.6º97.98%38.82%-
XYZ3.693.7412.33-
YUV44.76158.6197.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=1.27%
G=35.67%
B=63.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal256990.980.4300.61206.696.0419.8
Hex23863622B03Dcf6014
Octal2701431425307531714024
Binary1011100011000111100010101011011110111001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023863; }

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

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

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

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

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

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

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

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