#023057

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

Shades of Prussian Blue #023057

Tints of Prussian Blue #023057

Color information

#023057 (or 0x023057) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 57. RGB value is (2,48,87). Sum of RGB (Red+Green+Blue) = 2+48+87=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #023057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023057 is #FDCFA8. Grayscale: #262626. Windows color (decimal): -16633769 or 5713922. OLE color: 5713922.

HSL color Cylindrical-coordinate representation of color #023057: hue angle of 207.53º degrees, saturation: 0.96, 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 #023057 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB24887-
CMYK0.980.4500.66
HSL207.53º95.51%17.45%-
HSV(B)207.53º97.7%34.12%-
XYZ2.82.819.41-
YUV38.69155.26101.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=1.46%
G=35.04%
B=63.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal248870.980.4500.66207.5395.5117.45
Hex23057622D042d06011
Octal26012714255010232014021
Binary10110000101011111000101011010100001011010000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023057; }

 p { color: rgb(2,48,87); }

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

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

 a { background-color: rgb(2,48,87); }

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

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

 span { border-color: rgb(2,48,87); }

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