#023263

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

Shades of Prussian Blue #023263

Tints of Prussian Blue #023263

Color information

#023263 (or 0x023263) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 63. RGB value is (2,50,99). Sum of RGB (Red+Green+Blue) = 2+50+99=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #023263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023263 is #FDCD9C. Grayscale: #282828. Windows color (decimal): -16633245 or 6500866. OLE color: 6500866.

HSL color Cylindrical-coordinate representation of color #023263: hue angle of 210.31º 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 #023263 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB25099-
CMYK0.980.4900.61
HSL210.31º96.04%19.8%-
HSV(B)210.31º97.98%38.82%-
XYZ3.423.1912.24-
YUV41.23160.6100.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=1.32%
G=33.11%
B=65.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal250990.980.4900.61210.3196.0419.8
Hex23263623103Dd26014
Octal2621431426107532214024
Binary1011001011000111100010110001011110111010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023263; }

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

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

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

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

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

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

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

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