#123C6C

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

Shades of Prussian Blue #123C6C

Tints of Prussian Blue #123C6C

Color information

#123C6C (or 0x123C6C) is unknown color: approx Prussian Blue. HEX triplet: 12, 3C and 6C. RGB value is (18,60,108). Sum of RGB (Red+Green+Blue) = 18+60+108=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #123C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C6C is #EDC393. Grayscale: #343434. Windows color (decimal): -15582100 or 7093266. OLE color: 7093266.

HSL color Cylindrical-coordinate representation of color #123C6C: hue angle of 212º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123C6C is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1860108-
CMYK0.830.4400.58
HSL212º71.43%24.71%-
HSV(B)212º83.33%42.35%-
XYZ4.574.4414.8-
YUV52.91159.09103.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=9.68%
G=32.26%
B=58.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18601080.830.4400.5821271.4324.71
Hex123C6C532C03Ad44719
Octal22741541235407232410731
Binary1001011110011011001010011101100011101011010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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