#023865

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

Shades of Prussian Blue #023865

Tints of Prussian Blue #023865

Color information

#023865 (or 0x023865) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 65. RGB value is (2,56,101). Sum of RGB (Red+Green+Blue) = 2+56+101=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #023865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023865 is #FDC79A. Grayscale: #2C2C2C. Windows color (decimal): -16631707 or 6633474. OLE color: 6633474.

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

Color convert

RGB256101-
CMYK0.980.4500.60
HSL207.27º96.12%20.2%-
HSV(B)207.27º98.02%39.61%-
XYZ3.793.7812.84-
YUV44.98159.6197.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 101 (39.84% from 255) = 63.52%
R=1.26%
G=35.22%
B=63.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2561010.980.4500.60207.2796.1220.2
Hex23865622D03Ccf6014
Octal2701451425507431714024
Binary1011100011001011100010101101011110011001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023865; }

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

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

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

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

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

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

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

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