#023250

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

Shades of Prussian Blue #023250

Tints of Prussian Blue #023250

Color information

#023250 (or 0x023250) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 50. RGB value is (2,50,80). Sum of RGB (Red+Green+Blue) = 2+50+80=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #023250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023250 is #FDCDAF. Grayscale: #262626. Windows color (decimal): -16633264 or 5255682. OLE color: 5255682.

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

Color convert

RGB25080-
CMYK0.980.3700.69
HSL203.08º95.12%16.08%-
HSV(B)203.08º97.5%31.37%-
XYZ2.612.878.01-
YUV39.07151.1101.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 80 (31.64% from 255) = 60.61%
R=1.52%
G=37.88%
B=60.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal250800.980.3700.69203.0895.1216.08
Hex232506225045cb5f10
Octal26212014245010531313720
Binary10110010101000011000101001010100010111001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023250; }

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

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

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

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

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

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

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

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