#023868

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

Shades of Prussian Blue #023868

Tints of Prussian Blue #023868

Color information

#023868 (or 0x023868) is unknown color: approx Prussian Blue. HEX triplet: 02, 38 and 68. RGB value is (2,56,104). Sum of RGB (Red+Green+Blue) = 2+56+104=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #023868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023868 is #FDC797. Grayscale: #2D2D2D. Windows color (decimal): -16631704 or 6830082. OLE color: 6830082.

HSL color Cylindrical-coordinate representation of color #023868: hue angle of 208.24º 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 #023868 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB256104-
CMYK0.980.4600.59
HSL208.24º96.23%20.78%-
HSV(B)208.24º98.08%40.78%-
XYZ3.943.8413.63-
YUV45.33161.1197.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=1.23%
G=34.57%
B=64.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2561040.980.4600.59208.2496.2320.78
Hex23868622E03Bd06015
Octal2701501425607332014025
Binary1011100011010001100010101110011101111010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023868; }

 p { color: rgb(2,56,104); }

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

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

 a { background-color: rgb(2,56,104); }

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

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

 span { border-color: rgb(2,56,104); }

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