#123862

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

Shades of Prussian Blue #123862

Tints of Prussian Blue #123862

Color information

#123862 (or 0x123862) is unknown color: approx Prussian Blue. HEX triplet: 12, 38 and 62. RGB value is (18,56,98). Sum of RGB (Red+Green+Blue) = 18+56+98=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #123862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123862 is #EDC79D. Grayscale: #313131. Windows color (decimal): -15583134 or 6436882. OLE color: 6436882.

HSL color Cylindrical-coordinate representation of color #123862: hue angle of 211.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123862 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185698-
CMYK0.820.4300.62
HSL211.5º68.97%22.75%-
HSV(B)211.5º81.63%38.43%-
XYZ3.873.8412.09-
YUV49.43155.41105.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=10.47%
G=32.56%
B=56.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1856980.820.4300.62211.568.9722.75
Hex123862522B03Ed44517
Octal22701421225307632410527
Binary1001011100011000101010010101011011111011010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123862; }

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

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

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

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

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

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

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

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