#023363

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

Shades of Prussian Blue #023363

Tints of Prussian Blue #023363

Color information

#023363 (or 0x023363) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 63. RGB value is (2,51,99). Sum of RGB (Red+Green+Blue) = 2+51+99=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #023363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023363 is #FDCC9C. Grayscale: #292929. Windows color (decimal): -16632989 or 6501122. OLE color: 6501122.

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

Color convert

RGB25199-
CMYK0.980.4800.61
HSL209.69º96.04%19.8%-
HSV(B)209.69º97.98%38.82%-
XYZ3.463.2812.26-
YUV41.82160.2799.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=1.32%
G=33.55%
B=65.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal251990.980.4800.61209.6996.0419.8
Hex23363623003Dd26014
Octal2631431426007532214024
Binary1011001111000111100010110000011110111010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023363; }

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

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

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

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

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

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

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

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