#123562

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

Shades of Prussian Blue #123562

Tints of Prussian Blue #123562

Color information

#123562 (or 0x123562) is unknown color: approx Prussian Blue. HEX triplet: 12, 35 and 62. RGB value is (18,53,98). Sum of RGB (Red+Green+Blue) = 18+53+98=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #123562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123562 is #EDCA9D. Grayscale: #2F2F2F. Windows color (decimal): -15583902 or 6436114. OLE color: 6436114.

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

Color convert

RGB185398-
CMYK0.820.4600.62
HSL213.75º68.97%22.75%-
HSV(B)213.75º81.63%38.43%-
XYZ3.733.5612.05-
YUV47.66156.4106.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=10.65%
G=31.36%
B=57.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1853980.820.4600.62213.7568.9722.75
Hex123562522E03Ed64517
Octal22651421225607632610527
Binary1001011010111000101010010101110011111011010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123562; }

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

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

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

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

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

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

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

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