#023A54

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

Shades of Prussian Blue #023A54

Tints of Prussian Blue #023A54

Color information

#023A54 (or 0x023A54) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 54. RGB value is (2,58,84). Sum of RGB (Red+Green+Blue) = 2+58+84=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #023A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A54 is #FDC5AB. Grayscale: #2C2C2C. Windows color (decimal): -16631212 or 5519874. OLE color: 5519874.

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

Color convert

RGB25884-
CMYK0.980.3100.67
HSL199.02º95.35%16.86%-
HSV(B)199.02º97.62%32.94%-
XYZ3.143.688.93-
YUV44.22150.4597.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 84 (33.20% from 255) = 58.33%
R=1.39%
G=40.28%
B=58.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal258840.980.3100.67199.0295.3516.86
Hex23A54621F043c75f11
Octal27212414237010330713721
Binary1011101010101001100010111110100001111000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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