#023A62

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

Shades of Prussian Blue #023A62

Tints of Prussian Blue #023A62

Color information

#023A62 (or 0x023A62) is unknown color: approx Prussian Blue. HEX triplet: 02, 3A and 62. RGB value is (2,58,98). Sum of RGB (Red+Green+Blue) = 2+58+98=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #023A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A62 is #FDC59D. Grayscale: #2D2D2D. Windows color (decimal): -16631198 or 6437378. OLE color: 6437378.

HSL color Cylindrical-coordinate representation of color #023A62: hue angle of 205º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A62 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25898-
CMYK0.980.4100.62
HSL205º96%19.61%-
HSV(B)205º97.96%38.43%-
XYZ3.743.9212.11-
YUV45.82157.4596.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=1.27%
G=36.71%
B=62.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal258980.980.4100.622059619.61
Hex23A62622903Ecd6014
Octal2721421425107631514024
Binary1011101011000101100010101001011111011001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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