#023673

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

Shades of Prussian Blue #023673

Tints of Prussian Blue #023673

Color information

#023673 (or 0x023673) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 73. RGB value is (2,54,115). Sum of RGB (Red+Green+Blue) = 2+54+115=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #023673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023673 is #FDC98C. Grayscale: #2D2D2D. Windows color (decimal): -16632205 or 7550466. OLE color: 7550466.

HSL color Cylindrical-coordinate representation of color #023673: hue angle of 212.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023673 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB254115-
CMYK0.980.5300.55
HSL212.39º96.58%22.94%-
HSV(B)212.39º98.26%45.1%-
XYZ4.443.8916.74-
YUV45.41167.2797.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=1.17%
G=31.58%
B=67.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2541150.980.5300.55212.3996.5822.94
Hex236736235037d46117
Octal2661631426506732414127
Binary1011011011100111100010110101011011111010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023673; }

 p { color: rgb(2,54,115); }

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

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

 a { background-color: rgb(2,54,115); }

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

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

 span { border-color: rgb(2,54,115); }

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