#123C68

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

Shades of Prussian Blue #123C68

Tints of Prussian Blue #123C68

Color information

#123C68 (or 0x123C68) is unknown color: approx Prussian Blue. HEX triplet: 12, 3C and 68. RGB value is (18,60,104). Sum of RGB (Red+Green+Blue) = 18+60+104=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #123C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C68 is #EDC397. Grayscale: #343434. Windows color (decimal): -15582104 or 6831122. OLE color: 6831122.

HSL color Cylindrical-coordinate representation of color #123C68: hue angle of 210.7º 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 #123C68 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1860104-
CMYK0.830.4200.59
HSL210.7º70.49%23.92%-
HSV(B)210.7º82.69%40.78%-
XYZ4.364.3613.71-
YUV52.46157.09103.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=9.89%
G=32.97%
B=57.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18601040.830.4200.59210.770.4923.92
Hex123C68532A03Bd34618
Octal22741501235207332310630
Binary1001011110011010001010011101010011101111010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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