#023050

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

Shades of Prussian Blue #023050

Tints of Prussian Blue #023050

Color information

#023050 (or 0x023050) is unknown color: approx Prussian Blue. HEX triplet: 02, 30 and 50. RGB value is (2,48,80). Sum of RGB (Red+Green+Blue) = 2+48+80=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #023050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023050 is #FDCFAF. Grayscale: #252525. Windows color (decimal): -16633776 or 5255170. OLE color: 5255170.

HSL color Cylindrical-coordinate representation of color #023050: hue angle of 204.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023050 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24880-
CMYK0.980.4000.69
HSL204.62º95.12%16.08%-
HSV(B)204.62º97.5%31.37%-
XYZ2.532.717.98-
YUV37.89151.76102.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=1.54%
G=36.92%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal248800.980.4000.69204.6295.1216.08
Hex230506228045cd5f10
Octal26012014250010531513720
Binary10110000101000011000101010000100010111001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023050; }

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

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

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

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

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

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

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

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