#023369

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

Shades of Prussian Blue #023369

Tints of Prussian Blue #023369

Color information

#023369 (or 0x023369) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 69. RGB value is (2,51,105). Sum of RGB (Red+Green+Blue) = 2+51+105=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #023369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023369 is #FDCC96. Grayscale: #2A2A2A. Windows color (decimal): -16632983 or 6894338. OLE color: 6894338.

HSL color Cylindrical-coordinate representation of color #023369: hue angle of 211.46º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023369 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB251105-
CMYK0.980.5100.59
HSL211.46º96.26%20.98%-
HSV(B)211.46º98.1%41.18%-
XYZ3.763.413.82-
YUV42.5163.2799.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=1.27%
G=32.28%
B=66.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2511050.980.5100.59211.4696.2620.98
Hex23369623303Bd36015
Octal2631511426307332314025
Binary1011001111010011100010110011011101111010011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023369; }

 p { color: rgb(2,51,105); }

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

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

 a { background-color: rgb(2,51,105); }

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

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

 span { border-color: rgb(2,51,105); }

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