#023B56

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

Shades of Prussian Blue #023B56

Tints of Prussian Blue #023B56

Color information

#023B56 (or 0x023B56) is unknown color: approx Prussian Blue. HEX triplet: 02, 3B and 56. RGB value is (2,59,86). Sum of RGB (Red+Green+Blue) = 2+59+86=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #023B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B56 is #FDC4A9. Grayscale: #2C2C2C. Windows color (decimal): -16630954 or 5651202. OLE color: 5651202.

HSL color Cylindrical-coordinate representation of color #023B56: hue angle of 199.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B56 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB25986-
CMYK0.980.3100.66
HSL199.29º95.45%17.25%-
HSV(B)199.29º97.67%33.73%-
XYZ3.273.819.37-
YUV45.04151.1297.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 86 (33.98% from 255) = 58.50%
R=1.36%
G=40.14%
B=58.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal259860.980.3100.66199.2995.4517.25
Hex23B56621F042c75f11
Octal27312614237010230713721
Binary1011101110101101100010111110100001011000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023B56; }

 p { color: rgb(2,59,86); }

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

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

 a { background-color: rgb(2,59,86); }

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

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

 span { border-color: rgb(2,59,86); }

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