#023A5C

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

Shades of Prussian Blue #023A5C

Tints of Prussian Blue #023A5C

Color information

#023A5C (or 0x023A5C) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 5C. RGB value is (2,58,92). Sum of RGB (Red+Green+Blue) = 2+58+92=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #023A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A5C is #FDC5A3. Grayscale: #2C2C2C. Windows color (decimal): -16631204 or 6044162. OLE color: 6044162.

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

Color convert

RGB25892-
CMYK0.980.3700.64
HSL202.67º95.74%18.43%-
HSV(B)202.67º97.83%36.08%-
XYZ3.473.8110.68-
YUV45.13154.4597.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=1.32%
G=38.16%
B=60.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal258920.980.3700.64202.6795.7418.43
Hex23A5C6225040cb6012
Octal27213414245010031314022
Binary10111010101110011000101001010100000011001011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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