#123B68

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

Shades of Prussian Blue #123B68

Tints of Prussian Blue #123B68

Color information

#123B68 (or 0x123B68) is unknown color: approx Prussian Blue. HEX triplet: 12, 3B and 68. RGB value is (18,59,104). Sum of RGB (Red+Green+Blue) = 18+59+104=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #123B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B68 is #EDC497. Grayscale: #333333. Windows color (decimal): -15582360 or 6830866. OLE color: 6830866.

HSL color Cylindrical-coordinate representation of color #123B68: hue angle of 211.4º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123B68 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1859104-
CMYK0.830.4300.59
HSL211.4º70.49%23.92%-
HSV(B)211.4º82.69%40.78%-
XYZ4.314.2613.69-
YUV51.87157.42103.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=9.94%
G=32.60%
B=57.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18591040.830.4300.59211.470.4923.92
Hex123B68532B03Bd34618
Octal22731501235307332310630
Binary1001011101111010001010011101011011101111010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B68; }

 p { color: rgb(18,59,104); }

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

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

 a { background-color: rgb(18,59,104); }

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

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

 span { border-color: rgb(18,59,104); }

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