#023A5F

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

Shades of Prussian Blue #023A5F

Tints of Prussian Blue #023A5F

Color information

#023A5F (or 0x023A5F) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 5F. RGB value is (2,58,95). Sum of RGB (Red+Green+Blue) = 2+58+95=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #023A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A5F is #FDC5A0. Grayscale: #2D2D2D. Windows color (decimal): -16631201 or 6240770. OLE color: 6240770.

HSL color Cylindrical-coordinate representation of color #023A5F: hue angle of 203.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A5F is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB25895-
CMYK0.980.3900.63
HSL203.87º95.88%19.02%-
HSV(B)203.87º97.89%37.25%-
XYZ3.63.8711.38-
YUV45.47155.9596.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 95 (37.5% from 255) = 61.29%
R=1.29%
G=37.42%
B=61.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal258950.980.3900.63203.8795.8819.02
Hex23A5F622703Fcc6013
Octal2721371424707731414023
Binary1011101010111111100010100111011111111001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,95); }

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

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

 a { background-color: rgb(2,58,95); }

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

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

 span { border-color: rgb(2,58,95); }

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