#123870

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

Shades of Prussian Blue #123870

Tints of Prussian Blue #123870

Color information

#123870 (or 0x123870) is unknown color: approx Prussian Blue. HEX triplet: 12, 38 and 70. RGB value is (18,56,112). Sum of RGB (Red+Green+Blue) = 18+56+112=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #123870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123870 is #EDC78F. Grayscale: #323232. Windows color (decimal): -15583120 or 7354386. OLE color: 7354386.

HSL color Cylindrical-coordinate representation of color #123870: hue angle of 215.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123870 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1856112-
CMYK0.840.5000.56
HSL215.74º72.31%25.49%-
HSV(B)215.74º83.93%43.92%-
XYZ4.594.1315.88-
YUV51.02162.41104.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=9.68%
G=30.11%
B=60.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18561120.840.5000.56215.7472.3125.49
Hex1238705432038d84819
Octal22701601246207033011031
Binary1001011100011100001010100110010011100011011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123870; }

 p { color: rgb(18,56,112); }

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

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

 a { background-color: rgb(18,56,112); }

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

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

 span { border-color: rgb(18,56,112); }

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